Skip to content

Commit

Permalink
fix(api): Add back java-library plugin to orca-api (spinnaker#3828)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsie authored Jul 22, 2020
1 parent 4efbc8a commit 018db22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orca-api/orca-api.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
apply from: "$rootDir/gradle/kotlin.gradle"
apply from: "$rootDir/gradle/dokka.gradle"
apply from: "$rootDir/gradle/spock.gradle"
apply plugin: "java-library"

sourceSets {
sample
Expand Down

0 comments on commit 018db22

Please sign in to comment.