Skip to content

Commit 8eb21ea

Browse files
committed
release 0.3.0-RC1
1 parent c4af17c commit 8eb21ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 1.8
19+
- name: Set up JDK 11
2020
uses: actions/setup-java@v1
2121
with:
22-
java-version: 1.8
22+
java-version: 11
2323
- name: Build with Gradle
24-
run: gradle build
24+
run: ./gradlew build

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.3.0
1+
version=0.3.0-RC1

0 commit comments

Comments
 (0)