Skip to content

Commit

Permalink
[ci skip]Update dependency gradle to v8.5 (#52)
Browse files Browse the repository at this point in the history
* Update dependency gradle to v8.5

* Update Gradle Wrapper

Signed-off-by: Hendrix-Shen <[email protected]>

* Avoid using deprecated Gradle APIs

Signed-off-by: Hendrix-Shen <[email protected]>

---------

Signed-off-by: Hendrix-Shen <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hendrix-Shen <[email protected]>
  • Loading branch information
renovate[bot] and Hendrix-Shen authored Dec 14, 2023
1 parent 96910c4 commit 3e21cb9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ group(project.mod_maven_group)
version(project.parent.version)

base {
archivesBaseName("${project.mod_archives_base_name}-${project.minecraft_version}")
archivesName.set("${project.mod_archives_base_name}-${project.minecraft_version}")
}

loom {
Expand Down
2 changes: 1 addition & 1 deletion fabricWrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group(project.mod_maven_group)
version(project.parent.version)

base {
archivesBaseName("${project.mod_archives_base_name}-all")
archivesName.set("${project.mod_archives_base_name}-all")
}

def fabric_subprojects = project.parent.subprojects.findAll({
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 3e21cb9

Please sign in to comment.