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
33ecb40f
Commit
33ecb40f
authored
Nov 06, 2018
by
NikkyAI
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use plugins block for fabric-loom
add .gitignore
parent
952a3d17
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
15 deletions
+29
-15
.gitignore
.gitignore
+17
-0
build.gradle
build.gradle
+1
-15
settings.gradle
settings.gradle
+11
-0
No files found.
.gitignore
0 → 100644
View file @
33ecb40f
# gradle
.gradle/
build/
out/
# idea
.idea/
*.iml
*.ipr
*.iws
# fabric
run/
\ No newline at end of file
build.gradle
View file @
33ecb40f
buildscript
{
repositories
{
jcenter
()
maven
{
name
=
'Fabric'
url
=
'http://maven.modmuss50.me/'
}
}
dependencies
{
classpath
"net.fabricmc:fabric-loom:0.0.13-SNAPSHOT"
}
}
plugins
{
plugins
{
id
'java'
id
'java'
id
'eclipse'
id
'eclipse'
id
'idea'
id
'idea'
id
'fabric-loom'
version
'0.0.13-SNAPSHOT'
}
}
apply
plugin:
net
.
fabricmc
.
loom
.
LoomGradlePlugin
sourceCompatibility
=
1.8
sourceCompatibility
=
1.8
targetCompatibility
=
1.8
targetCompatibility
=
1.8
...
...
settings.gradle
0 → 100644
View file @
33ecb40f
pluginManagement
{
repositories
{
jcenter
()
maven
{
name
=
'Fabric'
url
=
'http://maven.modmuss50.me/'
}
gradlePluginPortal
()
}
}
\ No newline at end of file
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