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 820a30b commit a1df8f2Copy full SHA for a1df8f2
build.gradle
@@ -13,9 +13,9 @@ apply plugin: 'net.minecraftforge.gradle.forge'
13
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
14
15
16
-version = "1.0.3"
+version = "1.0.0"
17
group = "ru.lionzxy.fastlogblock" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
18
-archivesBaseName = "FastLogBlock"
+archivesBaseName = "FastLogBlock-Server"
19
20
sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
21
compileJava {
0 commit comments