Skip to content

Commit

Permalink
Merge pull request #84 from qiaoyuang/main
Browse files Browse the repository at this point in the history
Fix the published script of sqllin-processor
  • Loading branch information
qiaoyuang authored Apr 21, 2024
2 parents 17536c8 + 58e3768 commit 5bc84a2
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
Expand Up @@ -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,
)
)
Expand Down

0 comments on commit 5bc84a2

Please sign in to comment.