Skip to content

Commit 0366604

Browse files
Revert to building with Java 1.8
1 parent 12f557c commit 0366604

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
packages: write
1111
steps:
1212
- uses: actions/checkout@v3
13-
- name: Set up JDK 11
13+
- name: Set up JDK 1.8
1414
uses: actions/setup-java@v3
1515
with:
16-
java-version: '11'
16+
java-version: '8'
1717
distribution: 'temurin'
1818
- name: Validate Gradle wrapper
1919
uses: gradle/wrapper-validation-action@v1

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.6.2
1+
version=0.6.3
22
group=no.njoh
33
artifact=pulse-engine
44
lwjglVersion=3.3.1

0 commit comments

Comments
 (0)