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
1794cc24
Commit
1794cc24
authored
Feb 25, 2019
by
asie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
parent
b83fbda9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
build.gradle
build.gradle
+0
-5
No files found.
build.gradle
View file @
1794cc24
...
@@ -24,18 +24,13 @@ dependencies {
...
@@ -24,18 +24,13 @@ dependencies {
}
}
processResources
{
processResources
{
// this will ensure that this task is re-run when there's a change
inputs
.
property
"version"
,
project
.
version
inputs
.
property
"version"
,
project
.
version
// replace stuff in fabric.mod.json, nothing else
from
(
sourceSets
.
main
.
resources
.
srcDirs
)
{
from
(
sourceSets
.
main
.
resources
.
srcDirs
)
{
include
"fabric.mod.json"
include
"fabric.mod.json"
// add mod metadata
expand
"version"
:
project
.
version
expand
"version"
:
project
.
version
}
}
// copy everything else, thats not the mcmod.info
from
(
sourceSets
.
main
.
resources
.
srcDirs
)
{
from
(
sourceSets
.
main
.
resources
.
srcDirs
)
{
exclude
"fabric.mod.json"
exclude
"fabric.mod.json"
}
}
...
...
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