Skip to content

Commit

Permalink
Gradle Scan Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArchitect123 committed Jan 28, 2025
1 parent 18e22de commit e20c8d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ kotlin.native.cacheKind.iosX64=none
kotlin.native.cacheKind.iosSimulatorArm64=none
kotlin.native.disableCompilerDaemon=true
org.gradle.build-scan.agree=true
org.gradle.build-scan.url=https://gradle.com
org.gradle.build-scan.url=https://gradle.com
org.gradle.build-scan.server=https://gradle.com
1 change: 1 addition & 0 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins {
id("signing")
id("maven-publish")
id("com.vanniktech.maven.publish") version "0.30.0"
id("com.gradle.build-scan") version "3.19.1"

kotlin("plugin.serialization") version "2.0.0"
id("com.google.devtools.ksp")
Expand Down

0 comments on commit e20c8d9

Please sign in to comment.