forked from StarOpenSource/Engine
[no ci] Sort properties in gradle.properties
This commit is contained in:
parent
54cde09be3
commit
70ff609b77
1 changed files with 10 additions and 14 deletions
|
@ -28,25 +28,21 @@ versioningFork=
|
|||
javaSource=22
|
||||
javaTarget=21
|
||||
|
||||
# Shared Dependencies
|
||||
dependencyLombok=1.18.32
|
||||
dependencyJetbrainsAnnotations=24.1.0
|
||||
|
||||
# Subsystem dependencies
|
||||
dependencyJansi=2.4.1
|
||||
dependencyReflections=0.10.2
|
||||
dependencySlf4j=2.0.13
|
||||
dependencyLwjgl=3.3.3
|
||||
dependencyLwjglNatives=
|
||||
|
||||
# Test dependencies
|
||||
dependencyJunit=5.11.0-M2
|
||||
|
||||
# Plugins
|
||||
pluginShadow=8.1.7
|
||||
pluginLombok=8.6
|
||||
pluginGitProperties=2.4.2
|
||||
pluginNativeImage=v1.4.0
|
||||
|
||||
# Dependencies
|
||||
dependencyLombok=1.18.32
|
||||
dependencyJetbrainsAnnotations=24.1.0
|
||||
dependencyJansi=2.4.1
|
||||
dependencyReflections=0.10.2
|
||||
dependencySlf4j=2.0.13
|
||||
dependencyLwjgl=3.3.3
|
||||
dependencyLwjglNatives=
|
||||
dependencyJunit=5.11.0-M2
|
||||
|
||||
# etc
|
||||
group = de.staropensource.sosengine
|
||||
|
|
Loading…
Reference in a new issue