mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 07:37:43 +00:00
Bump server version
This commit is contained in:
parent
07a97f65f6
commit
aa43943025
@ -43,7 +43,7 @@ sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
group = 'xyz.grasscutters'
|
||||
version = '1.2.1-dev'
|
||||
version = '1.2.2-dev'
|
||||
|
||||
|
||||
sourceCompatibility = 17
|
||||
@ -116,7 +116,7 @@ jar {
|
||||
from {
|
||||
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
|
||||
}
|
||||
|
||||
|
||||
duplicatesStrategy = DuplicatesStrategy.INCLUDE
|
||||
|
||||
from('src/main/java') {
|
||||
|
Loading…
Reference in New Issue
Block a user