Skip to content

Commit 8a84372

Browse files
updated the gradle version
1 parent aed2155 commit 8a84372

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

88
version = 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+
//}

gradle.properties

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ org.gradle.daemon=false
44
# Fabric Properties
55
# check these on https://fabricmc.net/develop/
66

7+
78
minecraft_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
1215
mod_version=1.19.4-1.0.0
1316
maven_group=io.github.codecraftplugin
1417
archives_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-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)