Skip to content

Commit

Permalink
add javaSourcesJar dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed May 16, 2022
1 parent c39a0c6 commit b093438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kgql-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ val VERSION = "${project.version}"
afterEvaluate {
tasks.named('compileKotlin').configure { dependsOn('pluginVersion') }
tasks.named('dokkaHtml').configure { dependsOn('pluginVersion') }
tasks.named('javaSourcesJar').configure { dependsOn('pluginVersion') }
}

compileKotlin {
Expand Down

0 comments on commit b093438

Please sign in to comment.