Update gradle and add external links to Javadoc generation

This commit is contained in:
Blue (Lukas Rieger) 2021-05-16 18:12:17 +02:00
parent 6bdbdb150d
commit 7774935fb3
No known key found for this signature in database
GPG Key ID: 904C4995F9E1F800
2 changed files with 13 additions and 6 deletions

View File

@ -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/'
]
}
}

View File

@ -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