mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
Fix incorrectly merged buildscript changes from dev/3.0.0 (#1130)
* Fix incorrectly merged buildscript changes from dev/3.0.0 * Bump version to 5.0.0-SNAPSHOT in gradle.properties Co-authored-by: powercas_gamer <cas@deltapvp.net> --------- Co-authored-by: powercas_gamer <cas@deltapvp.net>
This commit is contained in:
committed by
GitHub
parent
348f387d12
commit
440248fbeb
@@ -11,21 +11,12 @@ java {
|
||||
sourceSets["main"].java {
|
||||
srcDir("src/ap/java")
|
||||
}
|
||||
|
||||
|
||||
sourceSets["main"].resources {
|
||||
srcDir("src/ap/resources")
|
||||
}
|
||||
}
|
||||
|
||||
val gsonVersion: String by project.extra
|
||||
val guiceVersion: String by project.extra
|
||||
val guavaVersion: String by project.extra
|
||||
val adventureVersion: String by project.extra
|
||||
val slf4jVersion: String by project.extra
|
||||
val checkerFrameworkVersion: String by project.extra
|
||||
val configurateVersion: String by project.extra
|
||||
val caffeineVersion: String by project.extra
|
||||
|
||||
dependencies {
|
||||
api(libs.gson)
|
||||
api(libs.guava)
|
||||
@@ -61,12 +52,12 @@ tasks {
|
||||
o.source = "8"
|
||||
|
||||
o.links(
|
||||
"https://www.slf4j.org/apidocs/",
|
||||
"https://guava.dev/releases/$guavaVersion/api/docs/",
|
||||
"https://google.github.io/guice/api-docs/$guiceVersion/javadoc/",
|
||||
"https://docs.oracle.com/en/java/javase/17/docs/api/",
|
||||
"https://jd.advntr.dev/api/$adventureVersion/",
|
||||
"https://javadoc.io/doc/com.github.ben-manes.caffeine/caffeine/3.1.5/"
|
||||
"https://www.slf4j.org/apidocs/",
|
||||
"https://guava.dev/releases/${libs.guava.get().version}/api/docs/",
|
||||
"https://google.github.io/guice/api-docs/${libs.guice.get().version}/javadoc/",
|
||||
"https://docs.oracle.com/en/java/javase/11/docs/api/",
|
||||
"https://jd.advntr.dev/api/${libs.adventure.bom.get().version}/",
|
||||
"https://javadoc.io/doc/com.github.ben-manes.caffeine/caffeine"
|
||||
)
|
||||
|
||||
// Disable the crazy super-strict doclint tool in Java 8
|
||||
|
||||
Reference in New Issue
Block a user