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
1
Merge Requests
1
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
466c1a80
Commit
466c1a80
authored
Nov 10, 2021
by
modmuss50
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small cleanup
parent
c8d88521
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
build.gradle
build.gradle
+0
-9
No files found.
build.gradle
View file @
466c1a80
...
@@ -26,9 +26,6 @@ dependencies {
...
@@ -26,9 +26,6 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation
"net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation
"net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
}
}
processResources
{
processResources
{
...
@@ -40,12 +37,6 @@ processResources {
...
@@ -40,12 +37,6 @@ processResources {
}
}
tasks
.
withType
(
JavaCompile
).
configureEach
{
tasks
.
withType
(
JavaCompile
).
configureEach
{
// ensure that the encoding is set to UTF-8, no matter what the system default is
// this fixes some edge cases with special characters not displaying correctly
// see http://yodaconditions.net/blog/fix-for-java-file-encoding-problems-with-gradle.html
// If Javadoc is generated, this must be specified in that task too.
it
.
options
.
encoding
=
"UTF-8"
// Minecraft 1.17 (21w19a) upwards uses Java 16.
// Minecraft 1.17 (21w19a) upwards uses Java 16.
it
.
options
.
release
=
16
it
.
options
.
release
=
16
}
}
...
...
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