mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-11-14 22:35:30 +01:00
Update gradle and add external links to Javadoc generation
This commit is contained in:
parent
6bdbdb150d
commit
7774935fb3
17
build.gradle
17
build.gradle
@ -1,20 +1,27 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven {
|
||||
url 'https://jitpack.io'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.flowpowered:flow-math:1.0.3'
|
||||
api 'com.flowpowered:flow-math:1.0.3'
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
|
||||
group = 'de.bluecolored.bluemap.api'
|
||||
version = apiVersion
|
||||
version = apiVersion
|
||||
|
||||
javadoc {
|
||||
options {
|
||||
links += [
|
||||
'https://docs.oracle.com/javase/8/docs/api/',
|
||||
'https://javadoc.io/doc/com.flowpowered/flow-math/1.0.3/'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
Reference in New Issue
Block a user