We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3580e commit 87dac93Copy full SHA for 87dac93
.github/workflows/main.yml
@@ -12,6 +12,8 @@ jobs:
12
steps:
13
-
14
uses: actions/checkout@v2
15
+ with:
16
+ java-version: '8'
17
18
name: "Build nb-javac"
19
run: "ant -f ./make/langtools/netbeans/nb-javac clean jar"
0 commit comments