We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4af17c commit 8eb21eaCopy full SHA for 8eb21ea
.github/workflows/build.yml
@@ -16,9 +16,9 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- - name: Set up JDK 1.8
+ - name: Set up JDK 11
20
uses: actions/setup-java@v1
21
with:
22
- java-version: 1.8
+ java-version: 11
23
- name: Build with Gradle
24
- run: gradle build
+ run: ./gradlew build
gradle.properties
@@ -1 +1 @@
1
-version=0.3.0
+version=0.3.0-RC1
0 commit comments