|
|
||
|---|---|---|
| .gitea/workflows | ||
| api | ||
| buildSrc | ||
| cli | ||
| docs/asciidoc | ||
| gradle | ||
| ssg-gradle-model | ||
| ssg-gradle-plugin | ||
| .gitattributes | ||
| .gitignore | ||
| build.gradle | ||
| CHANGELOG.md | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle | ||
| sketching.groovy | ||
| sketchingBaseBuild.groovy | ||
| ssg-0.4.0.md | ||
| TODO.md | ||
Static Site Generator (SSG)
Updating Gradle
Update the Gradle wrapper via gradle/wrapper/gradle-wrapper.properties. Make sure that the tooling-api dependency is
updated to the same version in cli/build.gradle.
Version-bumping
Update the version of the project in buildSrc/src/main/groovy/ssg-common.gradle. Then update the references to the
cli and api projects in ssg-gradle-plugin/src/main/java/com/jessebrault/ssg/gradle/SsgGradlePlugin.java.
Publishing
Gradle command publishAllPublicationsToJbArchiva<Internal|Snapshots>Repository. Which one of internal or snapshots
appears depends on the current version.