Skip to content

Commit

Permalink
fix(api): Add back java-library plugin to orca-api (#3828) (#3834)
Browse files Browse the repository at this point in the history
(cherry picked from commit 018db22)

Co-authored-by: Chris Smalley <csmalley@netflix.com>
  • Loading branch information
mergify[bot] and jonsie committed Jul 23, 2020
1 parent 889d578 commit ee7d535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orca-api/orca-api.gradle
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 ee7d535

Please sign in to comment.