File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' java-library'
33}
44
5- version " 2.0.0 "
5+ version " 2.0.1 "
66group = ' club.moddedminecraft.polychat.bukkit1710' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
77archivesBaseName = ' polychat-bukkit1710'
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' java'
33}
44
5- version = " 2.0.0 "
5+ version = " 2.0.1 "
66
77repositories {
88 mavenCentral()
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ apply plugin: 'net.minecraftforge.gradle'
1414apply plugin : ' eclipse'
1515apply plugin : ' maven-publish'
1616
17- version = " 2.0.0 "
17+ version = " 2.0.1 "
1818group = ' club.moddedminecraft.polychat.forge1122' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1919archivesBaseName = ' polychat-forge1122'
2020
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ apply plugin: "maven-publish"
1515apply plugin : " com.github.johnrengelman.shadow"
1616apply plugin : " java"
1717
18- version = " 2.0.0 "
18+ version = " 2.0.1 "
1919group = " club.moddedminecraft.polychat.forge116" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2020archivesBaseName = " polychat-forge116"
2121
Original file line number Diff line number Diff line change 11allprojects {
2- version = " 2.0.0 "
2+ version = " 2.0.1 "
33 repositories {
44 jcenter()
55 mavenCentral()
Original file line number Diff line number Diff line change 22 id ' java'
33}
44
5- version = " 2.0.0 "
5+ version = " 2.0.1 "
66
77dependencies {
88 // Use JUnit test framework
Original file line number Diff line number Diff line change 11apply plugin : ' java'
22apply plugin : ' com.google.protobuf'
33
4- version = " 2.0.0 "
4+ version = " 2.0.1 "
55
66repositories {
77 maven { url " https://plugins.gradle.org/m2/" }
Original file line number Diff line number Diff line change 22 id ' java'
33}
44
5- version = " 2.0.0 "
5+ version = " 2.0.1 "
66
77dependencies {
88 // Use JUnit test framework
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id ' application'
44}
55
6- version = " 2.0.0 "
6+ version = " 2.0.1 "
77mainClassName = ' club.moddedminecraft.polychat.core.server.PolychatServer'
88
99repositories {
You can’t perform that action at this time.
0 commit comments