Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
0028e328
Commit
0028e328
authored
5 years ago
by
modmuss50
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gradle, update deps, modCompile -> modImplementation
parent
b38f2b0f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
9 deletions
+6
-9
build.gradle
build.gradle
+2
-5
gradle.properties
gradle.properties
+3
-3
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
No files found.
build.gradle
View file @
0028e328
...
@@ -10,17 +10,14 @@ archivesBaseName = project.archives_base_name
...
@@ -10,17 +10,14 @@ archivesBaseName = project.archives_base_name
version
=
project
.
mod_version
version
=
project
.
mod_version
group
=
project
.
maven_group
group
=
project
.
maven_group
minecraft
{
}
dependencies
{
dependencies
{
//to change the versions see the gradle.properties file
//to change the versions see the gradle.properties file
minecraft
"com.mojang:minecraft:${project.minecraft_version}"
minecraft
"com.mojang:minecraft:${project.minecraft_version}"
mappings
"net.fabricmc:yarn:${project.yarn_mappings}:v2"
mappings
"net.fabricmc:yarn:${project.yarn_mappings}:v2"
mod
Compile
"net.fabricmc:fabric-loader:${project.loader_version}"
mod
Implementation
"net.fabricmc:fabric-loader:${project.loader_version}"
// Fabric API. This is technically optional, but you probably want it anyway.
// Fabric API. This is technically optional, but you probably want it anyway.
mod
Compile
"net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
mod
Implementation
"net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
// You may need to force-disable transitiveness on them.
...
...
This diff is collapsed.
Click to expand it.
gradle.properties
View file @
0028e328
...
@@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
...
@@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# Fabric Properties
# check these on https://fabricmc.net/use
# check these on https://fabricmc.net/use
minecraft_version
=
1.15.2
minecraft_version
=
1.15.2
yarn_mappings
=
1.15.2+build.1
yarn_mappings
=
1.15.2+build.1
4
loader_version
=
0.7.
5+build.178
loader_version
=
0.7.
8+build.184
# Mod Properties
# Mod Properties
mod_version
=
1.0.0
mod_version
=
1.0.0
...
@@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
...
@@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
# Dependencies
# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version
=
0.4.
29+build.290
-1.15
fabric_version
=
0.4.
32+build.292
-1.15
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
View file @
0028e328
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5.5
.1-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
6.2
.1-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment