Update links

This commit is contained in:
NotMyFault 2019-05-02 20:51:52 +02:00
parent 2998f45b27
commit 5796db51a7
2 changed files with 4 additions and 4 deletions

View File

@ -23,8 +23,8 @@ is to provide a lag-free and smooth experience.
* [Wiki](https://github.com/intellectualcrafters/plotsquared/wiki)
### Developer Resources
* [[JavaDoc](https://ci.athion.net/job/PlotSquared-Breaking/javadoc/)] [[Alternative (Empcraft)](http://empcraft.com/plotsquared/doc/)]
* [[Maven Repo (CI)](http://ci.athion.net/job/PlotSquared-Breaking/ws/mvn/)] [[Alternative (Incendo)](https://github.com/IntellectualSites/PlotSquared/wiki/incendo-mvn)]
* [[JavaDoc](https://ci.athion.net/job/PlotSquared-Breaking/javadoc/)]
* [[Maven Repo (CI)](http://ci.athion.net/job/PlotSquared-Breaking/ws/mvn/)]
* [API Documentation](https://github.com/IntellectualSites/PlotSquared/wiki/Developer-documentation-(WIP))
# Building

View File

@ -48,8 +48,6 @@ version = String.format("%s.%s", rootVersion, buildNumber)
description = rootProject.name
delete "./docs"
subprojects {
apply plugin: 'java'
apply plugin: 'maven'
@ -95,6 +93,8 @@ task aggregatedJavadocs(type: Javadoc, description: 'Generate javadocs from all
options.links 'http://docs.spring.io/spring/docs/4.3.x/javadoc-api/', 'http://docs.oracle.com/javase/8/docs/api/', 'http://docs.spring.io/spring-ws/docs/2.3.0.RELEASE/api/', 'http://docs.spring.io/spring-security/site/docs/4.0.4.RELEASE/apidocs/'
options.addStringOption('Xdoclint:none', '-quiet')
delete "./docs"
subprojects.each { proj ->
proj.tasks.withType(Javadoc).each { javadocTask ->
source += javadocTask.source