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
8adede09
Commit
8adede09
authored
Nov 10, 2021
by
modmuss50
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to loom 0.10
parent
6f470136
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
build.gradle
build.gradle
+2
-8
No files found.
build.gradle
View file @
8adede09
plugins
{
id
'fabric-loom'
version
'0.
9
-SNAPSHOT'
id
'fabric-loom'
version
'0.
10
-SNAPSHOT'
id
'maven-publish'
}
...
...
@@ -67,13 +67,7 @@ jar {
publishing
{
publications
{
mavenJava
(
MavenPublication
)
{
// add all the jars that should be included when publishing to maven
artifact
(
remapJar
)
{
builtBy
remapJar
}
artifact
(
sourcesJar
)
{
builtBy
remapSourcesJar
}
from
components
.
java
}
}
...
...
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