FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Skript/.github/workflows/java-21-builds.yml at master · InariFoxed/Skript · GitHub
InariFoxed
/
Skript
Public
forked from
SkriptLang/Skript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Skript
/
.github
/
workflows
/
java-21-builds.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
35 lines (33 loc) · 1.06 KB
Breadcrumbs
Skript
/
.github
/
workflows
/
java-21-builds.yml
Copy path
File metadata and controls
35 lines (33 loc) · 1.06 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name
:
Java 21 CI (MC 1.20.6+)
on
:
push
:
branches
:
-
master
-
'
dev/**
'
pull_request
:
jobs
:
build
:
if
:
"
! contains(toJSON(github.event.commits.*.message), '[ci skip]')
"
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4
with
:
submodules
:
recursive
-
name
:
validate gradle wrapper
uses
:
gradle/wrapper-validation-action@v2
-
name
:
Set up JDK 21
uses
:
actions/setup-java@v4
with
:
java-version
:
'
21
'
distribution
:
'
adopt
'
cache
:
gradle
-
name
:
Grant execute permission for gradlew
run
:
chmod +x gradlew
-
name
:
Build Skript and run test scripts
run
:
./gradlew clean skriptTestJava21
-
name
:
Upload Nightly Build
uses
:
actions/upload-artifact@v4
if
:
success()
with
:
name
:
skript-nightly
path
:
build/libs/*
Back
|
FazBrowse Home
|
New Git URL