Skip to content

Commit

Permalink
disable gradle-home-cache-cleanup so that action works again
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Sep 26, 2024
1 parent 0bc080a commit e7c07f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/scripts/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publishing {
publications {
mavenJava(MavenPublication) {
groupId = project.maven_group
artifactId = project.archivesBaseName
artifactId = base.archivesName
version = project.version

from components.java
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e7c07f2

Please sign in to comment.