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 a47dd13 commit 0bd22dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ jobs:
run: chmod +x gradlew
- name: Generate Javadoc
run: ./gradlew javaDocReleaseGeneration --no-parallel
- name: Upload artifacts
run: ./gradlew publish --no-configuration-cache
- name: Close repository
run: ./gradlew closeAndReleaseRepository --no-configuration-cache
- name: Release artifacts
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
10 changes: 4 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[versions]
# Plugins
kotlin = "1.8.22"
android = "8.2.1"
versionUpdater = "0.50.0"
android = "8.3.1"
versionUpdater = "0.51.0"
ktlint = "12.1.0"
dokka = "1.8.20"
mavenRelease = "0.27.0"
mavenRelease = "0.28.0"
moshiIR = "0.22.1"

# AndroidX libraries
Expand All @@ -26,14 +25,13 @@ viewBindingProperty = "1.5.9"
junit = "4.13.2"
androidxTestCore = "1.5.0"
mockitoKotlin = "2.2.0"
mockitoCore = "5.8.0"
mockitoCore = "5.11.0"

[plugins]
android-library = { id = "com.android.library", version.ref = "android" }
android-app = { id = "com.android.application", version.ref = "android" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
mavenRelease = { id = "com.vanniktech.maven.publish", version.ref = "mavenRelease" }
moshiIR = { id = "dev.zacsweers.moshix", version.ref = "moshiIR"}
versionUpdater = { id = "com.github.ben-manes.versions", version.ref = "versionUpdater" }
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.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencyResolutionManagement {
}

plugins {
id("com.gradle.enterprise") version "3.16.1"
id("com.gradle.develocity") version "3.17"
}
include(
":app",
Expand Down

0 comments on commit 0bd22dc

Please sign in to comment.