Skip to content

Commit 61b4a0b

Browse files
author
João Silva
committed
Added settings.gradle. Updated gradle.properties in order to change default values from gradle
1 parent 9befcd7 commit 61b4a0b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
apply plugin: 'java'
22

3-
group = group
4-
version = version
3+
group = theGroup
4+
version = theVersion
5+
sourceCompatibility = theSourceCompatibility
56

67
dependencies {
78
compile files('src/main/resources/libs/spigot.jar')

gradle.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
name=Minecraft-Libraries
2-
version=1.0.0-beta
1+
theGroup=net.revtut
2+
theName=Minecraft-Libraries
3+
theVersion=1.0.0-beta
4+
theSourceCompatibility=1.8

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rootProject.name = theName

0 commit comments

Comments
 (0)