Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
6f470136
Unverified
Commit
6f470136
authored
Nov 09, 2021
by
modmuss50
Committed by
GitHub
Nov 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to Gradle 7.3 and also build on Java 17
parent
8727262e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
build.yml
.github/workflows/build.yml
+4
-3
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
gradlew
gradlew
+0
-0
No files found.
.github/workflows/build.yml
View file @
6f470136
...
@@ -12,10 +12,11 @@ jobs:
...
@@ -12,10 +12,11 @@ jobs:
matrix
:
matrix
:
# Use these Java versions
# Use these Java versions
java
:
[
java
:
[
16
# Minimum supported by Minecraft
16
,
# Minimum supported by Minecraft
17
,
# Current Java LTS
]
]
# and run on both Linux and Windows
# and run on both Linux and Windows
os
:
[
ubuntu-20.04
,
windows-
latest
]
os
:
[
ubuntu-20.04
,
windows-
2022
]
runs-on
:
${{ matrix.os }}
runs-on
:
${{ matrix.os }}
steps
:
steps
:
-
name
:
checkout repository
-
name
:
checkout repository
...
@@ -32,7 +33,7 @@ jobs:
...
@@ -32,7 +33,7 @@ jobs:
-
name
:
build
-
name
:
build
run
:
./gradlew build
run
:
./gradlew build
-
name
:
capture build artifacts
-
name
:
capture build artifacts
if
:
${{ runner.os == 'Linux' && matrix.java == '1
6
' }}
# Only upload artifacts built from latest java on one OS
if
:
${{ runner.os == 'Linux' && matrix.java == '1
7
' }}
# Only upload artifacts built from latest java on one OS
uses
:
actions/upload-artifact@v2
uses
:
actions/upload-artifact@v2
with
:
with
:
name
:
Artifacts
name
:
Artifacts
...
...
gradle/wrapper/gradle-wrapper.properties
View file @
6f470136
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.
2
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.
3
-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
gradlew
View file @
6f470136
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment