File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3+ id ' java-library'
34}
45
56repositories {
67 jcenter()
78 mavenCentral()
8- maven {
9- url ' https://jitpack.io'
10- }
119}
1210
1311dependencies {
14- compile ' com.flowpowered:flow-math:1.0.3'
12+ api ' com.flowpowered:flow-math:1.0.3'
1513}
1614
1715apply plugin : ' java'
1816
1917group = ' de.bluecolored.bluemap.api'
20- version = apiVersion
18+ version = apiVersion
19+
20+ javadoc {
21+ options {
22+ links + = [
23+ ' https://docs.oracle.com/javase/8/docs/api/' ,
24+ ' https://javadoc.io/doc/com.flowpowered/flow-math/1.0.3/'
25+ ]
26+ }
27+ }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.9 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments