File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ BuildConfig.java
77# IntelliJ
88out /
99
10+ documentation
1011
1112/build
1213build /
2223
2324# MacOS
2425.DS_Store
25-
Original file line number Diff line number Diff line change 1414build-release :
1515 ./gradlew assemble
1616
17+ javadoc :
18+ mkdir documentation
19+ mkdir documentation/core/
20+ mkdir documentation/geojson/
21+ mkdir documentation/turf/
22+ mkdir documentation/services/
23+ ./gradlew :services-core:javadoc; mv services-core/build/docs/javadoc/ ./documentation/core/javadoc/ ; \
24+ ./gradlew :services-geojson:javadoc; mv services-geojson/build/docs/javadoc/ ./documentation/geojson/javadoc/ ; \
25+ ./gradlew :services-turf:javadoc; mv services-turf/build/docs/javadoc/ ./documentation/turf/javadoc/ ; \
26+ ./gradlew :services:javadoc; mv services/build/docs/javadoc/ ./documentation/services/javadoc/ ; \
27+
1728publish :
1829 export IS_LOCAL_DEVELOPMENT=false; ./gradlew :services-core:uploadArchives ; \
1930 export IS_LOCAL_DEVELOPMENT=false; ./gradlew :services-geojson:uploadArchives ; \
You can’t perform that action at this time.
0 commit comments