Skip to content

Commit

Permalink
Fix the issue that sqllin-processor can't be published
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaoyuang committed Jan 5, 2024
1 parent ad41ad1 commit 097b3c9
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 097b3c9

Please sign in to comment.