-
Notifications
You must be signed in to change notification settings - Fork 124
/
gradle.properties
25 lines (21 loc) · 1.29 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
org.gradle.parallel = true
kotlin.code.style = official
# See https://github.com/gradle/gradle/pull/11358 , https://issues.apache.org/jira/browse/INFRA-14923
# repository.apache.org does not yet support .sha256 and .sha512 checksums
systemProp.org.gradle.internal.publish.checksums.insecure = true
threadtear.version = 3.0.1
# Plugins
shadow.version = 5.2.0
com.github.vlsi.vlsi-release-plugins.version = 1.70
com.github.autostyle.version = 3.1
# Dependencies
commons-io.version = 2.6
commons-configuration2.version = 2.7
commons-beanutils.version = 1.9.4
darklaf.version = 2.6.1
darklaf.extensions.version = 0.3.4
asm.version = 9.1
cfr.version = -SNAPSHOT
rsyntaxtextarea.version = 3.1.1
jgraphx.version = v4.0.0
logback-classic.version = 1.2.3