We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c4771 commit 1373681Copy full SHA for 1373681
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group 'br.com.gamemods'
11
-version '0.0.3-SNAPSHOT'
+version '0.0.3'
12
13
sourceSets.main.java.srcDirs = ["src/main/kotlin"]
14
sourceSets.test.java.srcDirs = ["src/main/kotlin"]
@@ -23,7 +23,7 @@ repositories {
23
dependencies {
24
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
25
implementation group: 'org.jetbrains.kotlin', name: 'kotlin-reflect'
26
- implementation 'br.com.gamemods:nbt-manipulator:0.0.1'
+ compile 'br.com.gamemods:nbt-manipulator:0.0.1'
27
testCompile group: 'junit', name: 'junit', version: '4.12'
28
29
0 commit comments