-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathgradle.properties
More file actions
37 lines (33 loc) · 1.75 KB
/
gradle.properties
File metadata and controls
37 lines (33 loc) · 1.75 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
# GitHub
github.user=RuiPereiraDev
github.repo=SimpleScore
# bStats
bStats.bukkit=644
# Hangar
# hangar.token=
hangar.project=SimpleScore
hangar.versions=1.8-26.1.1
# Modrinth
# modrinth.token=
modrinth.project=qG43Afem
modrinth.versions=\
1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, \
1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, \
1.10, 1.10.1, 1.10.2, \
1.11, 1.11.1, 1.11.2, \
1.12, 1.12.1, 1.12.2, \
1.13, 1.13.1, 1.13.2, \
1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, \
1.15, 1.15.1, 1.15.2, \
1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, \
1.17, 1.17.1, \
1.18, 1.18.1, 1.18.2, \
1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, \
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, \
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11, \
26.1, 26.1.1
# Gradle/Kotlin
org.gradle.parallel=true
org.gradle.caching=true
# org.gradle.configuration-cache=true
kotlin.code.style=official