File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed
Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' fabric-loom' version ' 1.0-SNAPSHOT'
33 id ' maven-publish'
44 id ' signing'
5- id ' io.github.gradle-nexus.publish-plugin' version ' 1.1 .0'
5+ id ' io.github.gradle-nexus.publish-plugin' version ' 1.3 .0'
66}
77
88version = project. mod_version
@@ -122,6 +122,6 @@ project.plugins.withType(MavenPublishPlugin).all {
122122 }
123123}
124124
125- exec {
126- commandLine " echo" , " ##[set-output name=version;]${ project.version} " ;
127- }
125+ // exec {
126+ // commandLine "echo", "##[set-output name=version;]${project.version}";
127+ // }
Original file line number Diff line number Diff line change @@ -4,16 +4,14 @@ org.gradle.daemon=false
44# Fabric Properties
55# check these on https://fabricmc.net/develop/
66
7+
78minecraft_version =1.19.4
8- yarn_mappings =1.19.4+build.1
9- loader_version =0.14.17
9+ yarn_mappings =1.19.4+build.2
10+ loader_version =0.14.21
1011
12+ # Fabric api
13+ fabric_version =0.82.0+1.19.4
1114# Mod Properties
1215mod_version =1.19.4-1.0.0
1316maven_group =io.github.codecraftplugin
1417archives_base_name =registry-lib
15- # Dependencies
16- # check this on https://fabricmc.net/develop/
17- # Fabric api
18- fabric_version =0.76.0+1.19.4
19-
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.1.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments