Skip to content

Commit

Permalink
Expose develocity-api-kotlin as api, not implementation (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcumings authored Oct 23, 2024
1 parent 659ee1c commit 14f1534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ gradlePlugin {
}

dependencies {
api(libs.develocityApi)

compileOnly(libs.gradle.develocity)
compileOnly(libs.pluginLib.ebay.graphAnalytics)

implementation(libs.develocityApi)
implementation(libs.kotlinx.coroutines)
implementation(libs.kotlinx.serializationJson)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ org.gradle.daemon=true
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configuration-cache=true
version=1.4.0
version=1.4.1

0 comments on commit 14f1534

Please sign in to comment.