Compare commits
No commits in common. "c7b7ee8d2b78bce864ac482054b9ca9fc1c8bf6c" and "43008cf0d765a797cb809dd608b0ef3041ea5bd5" have entirely different histories.
c7b7ee8d2b
...
43008cf0d7
@ -13,7 +13,7 @@ jobs:
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 25
|
||||
java-version: 21
|
||||
- name: Check libraries
|
||||
run: ./gradlew check
|
||||
- name: Publish to git.jessebrault.com
|
||||
@ -21,6 +21,6 @@ jobs:
|
||||
- name: Create install distribution
|
||||
run: ./gradlew installDist
|
||||
- name: Release cli to git.jessebrault.com
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: 'cli/build/distributions/*.zip,cli/build/distributions/*.tar'
|
||||
|
||||
@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'com.jessebrault.ssg'
|
||||
version '0.6.1'
|
||||
version '0.6.0-SNAPSHOT'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
@ -5,7 +5,7 @@ import picocli.CommandLine
|
||||
@CommandLine.Command(
|
||||
name = 'ssg',
|
||||
mixinStandardHelpOptions = true,
|
||||
version = '0.6.1',
|
||||
version = '0.6.0-SNAPSHOT',
|
||||
description = 'A static site generator which can interface with Gradle for high extensibility.',
|
||||
subcommands = [SsgInit, SsgBuild, SsgWatch]
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user