Skip to content

Commit

Permalink
1.0.1c
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLimeGlass committed Sep 25, 2018
1 parent cd51963 commit 3ee465d
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 8 deletions.
Binary file added .gradle/4.4/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/4.4/fileContent/fileContent.lock
Binary file not shown.
Binary file added .gradle/4.4/fileHashes/fileHashes.bin
Binary file not shown.
Binary file added .gradle/4.4/fileHashes/fileHashes.lock
Binary file not shown.
Binary file added .gradle/4.4/taskHistory/taskHistory.bin
Binary file not shown.
Binary file added .gradle/4.4/taskHistory/taskHistory.lock
Binary file not shown.
Binary file added .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Empty file.
4 changes: 2 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Sun Jan 14 09:00:29 MST 2018
gradle.version=3.5
#Tue Sep 25 13:04:37 MDT 2018
gradle.version=4.4
1 change: 0 additions & 1 deletion .gradle/buildOutputCleanup/cache.properties.lock

This file was deleted.

Binary file added .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
17 changes: 12 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ apply plugin: 'eclipse'
repositories {
mavenCentral()
jcenter()

//Spigot
maven {
url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
}

//Skript
maven {
url 'https://raw.githubusercontent.com/bensku/mvn-repo/master'
}

//Jitpack
maven {
url 'https://jitpack.io'
}
Expand All @@ -18,14 +24,15 @@ repositories {
dependencies {

//Skript
api (group: 'ch.njol', name: 'skript', version: '2.2-dev32')
implementation (group: 'ch.njol', name: 'skript', version: '2.2-dev32')

//NoteblockAPI
compile (group: 'com.github.koca2000', name: 'NoteBlockAPI', version '1.1.9')

//Spigot/Bukkit
api (group: 'org.spigotmc', name: 'spigot-api', version: '1.12.2-R0.1-SNAPSHOT')
compile (group: 'com.github.koca2000', name: 'NoteBlockAPI', version: '1.2.2.1')

//Nullable annotation
compile (group: 'org.eclipse.jdt', name: 'org.eclipse.jdt.annotation', version: '1.1.0')

//Spigot/Bukkit
implementation (group: 'org.spigotmc', name: 'spigot-api', version: '1.12.2-R0.1-SNAPSHOT')

}

0 comments on commit 3ee465d

Please sign in to comment.