File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = ' org.comroid.mcsd'
8- version = ' 0.1.1 '
8+ version = ' 0.2.0 '
99sourceCompatibility = ' 17'
1010targetCompatibility = ' 17'
1111mainClassName = ' org.comroid.mcsd.agent.Program'
Original file line number Diff line number Diff line change 2424}
2525
2626group = ' org.comroid.mcsd'
27- version = " 0.1 .${ getCommitTimestampMinutes()} "
27+ version = " 0.2 .${ getCommitTimestampMinutes()} "
2828sourceCompatibility = ' 17'
2929targetCompatibility = ' 17'
3030
Original file line number Diff line number Diff line change 11allprojects {
22 group = ' org.comroid.mcsd'
3- version = ' 0.1.1 '
3+ version = ' 0.2.0 '
44}
55
66subprojects {
Original file line number Diff line number Diff line change 2626}
2727
2828group = ' org.comroid.mcsd'
29- version = " 0.1 .${ getCommitTimestampMinutes()} "
29+ version = " 0.2 .${ getCommitTimestampMinutes()} "
3030sourceCompatibility = ' 17'
3131targetCompatibility = ' 17'
3232
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group = ' org.comroid.mcsd'
9- version = ' 0.1.1 '
9+ version = ' 0.2.0 '
1010sourceCompatibility = ' 17'
1111targetCompatibility = ' 17'
1212mainClassName = ' org.comroid.mcsd.hub.Program'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = ' org.comroid.mcsd'
8- version = ' 0.1.1 '
8+ version = ' 0.2.0 '
99
1010sourceSets {
1111 main. java. srcDirs = files(parent. projectDir. toString() + " /src/spigot/main/java" )
You can’t perform that action at this time.
0 commit comments