-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Declare properties and dependency versions in
gradle.properties
>
Also update some dependencies (where non-breaking)
- Loading branch information
1 parent
6fd510c
commit c542281
Showing
5 changed files
with
62 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Gradle Properties | ||
org.gradle.jvmargs = -Xmx2G | ||
|
||
# Gradle Plugins | ||
checkstyle_version = 10.12.5 | ||
shadow_version = 7.1.2 | ||
|
||
# Project properties | ||
group = cuchaz | ||
version = 2.5.0 | ||
|
||
# Project Dependencies | ||
# Shared | ||
guava_version = 33.1.0 | ||
gson_version = 2.10.1 | ||
mappingio_version = 0.5.1 | ||
jetbrains_annotations_version = 24.1.0 | ||
junit_version = 4.13.2 | ||
hamcrest_version = 2.2 | ||
# Core | ||
asm_version = 9.6 | ||
vineflower_version = 1.10.0 | ||
fabric_cfr_version = 0.2.2 | ||
procyon_version = 0.6.0 | ||
proguard_version = 7.4.2 | ||
jimfs_version = 1.3.0 | ||
# Server | ||
jopt_simple_version = 6.0-alpha-3 | ||
# GUI | ||
flatlaf_version = 3.4.1 | ||
syntaxpane_version = 1.2.1 | ||
swing_dpi_version = 0.10 | ||
fontchooser_version = 2.5.2 |