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