mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
Update links
This commit is contained in:
parent
2998f45b27
commit
5796db51a7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user