Skip to content

Commit

Permalink
Merge pull request #72 from qiaoyuang/main
Browse files Browse the repository at this point in the history
Fix the issue that sqllin-processor can't be published
  • Loading branch information
qiaoyuang authored Jan 5, 2024
2 parents ad41ad1 + 097b3c9 commit 0df6cec
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 0df6cec

Please sign in to comment.