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 344abcd
Showing
2 changed files
with
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
jdk: | ||
- openjdk16 | ||
before_install: | ||
- sdk install java 16.0.2-tem | ||
- sdk use java 16.0.2-tem | ||
install: | ||
- gradlew publishToMavenLocal |