Skip to content

Commit 1373681

Browse files
Changes the NBT Manipulator to compile so it can be used by the users
1 parent 52c4771 commit 1373681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'br.com.gamemods'
11-
version '0.0.3-SNAPSHOT'
11+
version '0.0.3'
1212

1313
sourceSets.main.java.srcDirs = ["src/main/kotlin"]
1414
sourceSets.test.java.srcDirs = ["src/main/kotlin"]
@@ -23,7 +23,7 @@ repositories {
2323
dependencies {
2424
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
2525
implementation group: 'org.jetbrains.kotlin', name: 'kotlin-reflect'
26-
implementation 'br.com.gamemods:nbt-manipulator:0.0.1'
26+
compile 'br.com.gamemods:nbt-manipulator:0.0.1'
2727
testCompile group: 'junit', name: 'junit', version: '4.12'
2828
}
2929

0 commit comments

Comments
 (0)