-
- Downloads
Replace the Gradle/AsciidoctorJ build with plain Asciidoctor
The Gradle-based build had multiple problems and quirks: insufficient Java heap space when generating PDFs, bugs in the version selection for Ruby gems, and now a JCenter outage that made the build fail completely for a short time because some plugin dependencies couldn't be resolved. The build is now simple enough that a plain Makefile does the job as well, using the regular command-line version of Asciidoctor. This is noticeably faster than the Gradle build and hopefully should be simpler to maintain as well.
Showing
- .gitignore 3 additions, 1 deletion.gitignore
- .gitlab-ci.yml 7 additions, 19 deletions.gitlab-ci.yml
- Gemfile 9 additions, 0 deletionsGemfile
- Makefile 34 additions, 10 deletionsMakefile
- README.adoc 27 additions, 0 deletionsREADME.adoc
- build.gradle 0 additions, 69 deletionsbuild.gradle
- gradle/wrapper/gradle-wrapper.jar 0 additions, 0 deletionsgradle/wrapper/gradle-wrapper.jar
- gradle/wrapper/gradle-wrapper.properties 0 additions, 5 deletionsgradle/wrapper/gradle-wrapper.properties
- gradlew 0 additions, 234 deletionsgradlew
- gradlew.bat 0 additions, 89 deletionsgradlew.bat
- settings.gradle 0 additions, 1 deletionsettings.gradle
- src/docs/asciidoc/prob_handbook.adoc 1 addition, 1 deletionsrc/docs/asciidoc/prob_handbook.adoc
Loading
Please register or sign in to comment