Skip to content

Commit

Permalink
Fix the published script of sqllin-processor
Browse files Browse the repository at this point in the history
qiaoyuang committed Apr 21, 2024
1 parent 8ecac3a commit 58e3768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqllin-processor/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ publishing {
artifactId = "sqllin-processor"
setArtifacts(
listOf(
"${layout.buildDirectory}/libs/sqllin-processor-$version.jar",
"$projectDir/build/libs/sqllin-processor-$version.jar",
javadocJar, sourceJar,
)
)

0 comments on commit 58e3768

Please sign in to comment.