Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Commit

Permalink
Update travis files
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminforras committed Dec 18, 2016
1 parent 71ef8b1 commit 0975e15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ repositories {
url = 'https://oss.sonatype.org/content/groups/public/'
}
}

jar
{
archiveName = "iZone.jar"
}

dependencies {
compile group: 'org.spigotmc', name: 'spigot-api', version:'1.11-R0.1-SNAPSHOT'
compile group: 'org.bukkit', name: 'bukkit', version:'1.11-R0.1-SNAPSHOT'
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
rootProject.name = 'iZone'
rootProject.buildFileName = "iZone.jar"

0 comments on commit 0975e15

Please sign in to comment.