Skip to content

Commit

Permalink
Update Gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKaN committed Apr 9, 2024
1 parent 4029626 commit 7ac9a44
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ jobs:
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Upload artifacts
run: ./gradlew publish --no-configuration-cache
- name: Release repository
run: ./gradlew releaseRepository --no-configuration-cache
- name: Release artifacts
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,3 @@ plugins {
alias(libs.plugins.moshiIR) apply false
alias(libs.plugins.android.secrets) apply false
}

buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# Plugins
kotlin = "1.8.21"
kotlin = "1.8.22"
android = "8.3.1"
versionUpdater = "0.51.0"
ktlint = "12.1.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
2 changes: 1 addition & 1 deletion sdk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=2.5.1
VERSION_NAME=2.5.2-SNAPSHOT
GROUP=io.piano.android
POM_NAME=Piano DMP & Piano Content
POM_ARTIFACT_ID=cxense
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencyResolutionManagement {
}

plugins {
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.develocity") version "3.17"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

Expand Down

0 comments on commit 7ac9a44

Please sign in to comment.