Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
aa439430
Commit
aa439430
authored
Jun 21, 2022
by
KingRainbow44
Browse files
Bump server version
parent
07a97f65
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
aa439430
...
...
@@ -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'
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment