forked from EssentialGG/Vigilance
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8f8166
commit afb0909
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: AutoJitpack | ||
|
||
on: | ||
push: | ||
branches: ["master"] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: web3j/substr-action@e448c146620c370c177a13787abc1d21712a1440 | ||
id: jitpackhash | ||
with: | ||
value: ${{ github.sha }} | ||
start: 0 | ||
length: 10 | ||
- uses: badasintended/autojitpack@07e74255c2fe5f3353477da9ee7b5767a87d390c | ||
with: | ||
version: ${{ steps.jitpackhash.outputs.result }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
jdk: | ||
- openjdk16 | ||
before_install: | ||
- sdk update | ||
- sdk install java 16.0.2-tem | ||
- sdk install java 17.0.3-tem | ||
- sdk use java 17.0.3-tem | ||
install: | ||
- ./gradlew publishToMavenLocal |