Skip to content

Commit

Permalink
Merge pull request #2313 from Grasscutters/dev-4.0
Browse files Browse the repository at this point in the history
Upgrade to REL4.0.x
  • Loading branch information
KingRainbow44 authored Sep 1, 2023
2 parents 7e0a752 + 89efa35 commit 6fc4859
Show file tree
Hide file tree
Showing 5,608 changed files with 852,730 additions and 730,649 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spotless {
target fileTree(rootDir) {
include '**/*.java'
exclude '**/generated/**/*.*'
exclude '.idea/**/*.*'
}

importOrder('io.grasscutter', '', 'java', 'javax', '\\#java', '\\#') // Configure import order.
Expand All @@ -57,7 +58,7 @@ sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

group = 'io.grasscutter'
version = '1.6.3'
version = '1.7.0'

java {
withJavadocJar()
Expand Down
Loading

0 comments on commit 6fc4859

Please sign in to comment.