Diese Website benötigt JavaScript.
Erkunden
Hilfe
Anmelden
Mirrors
/
ViaVersion
Beobachten
3
Favorisieren
0
Fork
1
Du hast bereits einen Fork von ViaVersion erstellt
Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert
2024-11-04 23:30:24 +01:00
Code
Issues
Releases
Aktivität
ffdddeeb0a
ViaVersion
/
bungee
/
build.gradle.kts
5 Zeilen
92 B
Plaintext
Originalformat
Normale Ansicht
Verlauf
Unescapen
Escapen
*cries in elephant*
2021-02-17 14:49:10 +01:00
dependencies {
Improve Gradle scripts Don't create runnable platform jars anymore, since all they really do is increase build time. Also fix texts and Gradle deprecations. Also also publish common with its shadowed configuration, not the plain java components.
2023-11-06 04:11:35 +01:00
compileOnlyApi(projects.viaversionCommon)
Clean up build scripts using new Gradle features (#2436) * Make use of `TYPESAFE_PROJECT_ACCESSORS` and `VERSION_CATALOGS` Gradle feature previews to clean up build scripts * Bump setup-java action to v2, specify AdoptOpenJDK distribution
2021-04-14 14:16:48 +02:00
compileOnly(libs.bungee)
*cries in elephant*
2021-02-17 14:49:10 +01:00
}
Permalink kopieren