We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1e735 commit c441021Copy full SHA for c441021
build.gradle
@@ -30,13 +30,13 @@ compileJava {
30
sourceCompatibility = targetCompatibility = "1.8"
31
}
32
33
-version = "1.2.6"
+version = "1.2.7"
34
group= "net.infstudio.gokistats" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
35
archivesBaseName = "gokiStats"
36
37
minecraft {
38
version = "1.12.2-14.23.5.2768"
39
- runDir = "../run"
+ runDir = "run"
40
41
// the mappings can be changed at any time, and must be in the following format.
42
// snapshot_YYYYMMDD snapshot are built nightly.
0 commit comments