Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-17 05:20:14 +01:00
Move group and version declaration to gradle.properties
Dieser Commit ist enthalten in:
Ursprung
7b5f010215
Commit
39fc2805fd
@ -6,11 +6,6 @@ plugins {
|
|||||||
`java-library`
|
`java-library`
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
|
||||||
group = "com.velocitypowered"
|
|
||||||
version = rootProject.file("version").readLines().first()
|
|
||||||
}
|
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
apply<JavaLibraryPlugin>()
|
apply<JavaLibraryPlugin>()
|
||||||
|
|
||||||
|
2
gradle.properties
Normale Datei
2
gradle.properties
Normale Datei
@ -0,0 +1,2 @@
|
|||||||
|
group=com.velocitypowered
|
||||||
|
version=3.2.0-SNAPSHOT
|
1
version
1
version
@ -1 +0,0 @@
|
|||||||
3.2.0-SNAPSHOT
|
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren