File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 # Checks-out the repository under $GITHUB_WORKSPACE
1313 - uses : actions/checkout@v4
1414 # Set up Java 8
15- - name : Set up JDK 1. 8
15+ - name : Set up JDK 8
1616 uses : actions/setup-java@v4
1717 with :
1818 distribution : ' adopt'
19- java-version : ' 1. 8'
19+ java-version : ' 8'
2020 cache : ' maven'
2121 - name : Build
2222 run : mvn dependency:go-offline install
@@ -85,11 +85,11 @@ jobs:
8585 # Checks-out the repository under $GITHUB_WORKSPACE
8686 - uses : actions/checkout@v4
8787 # Set up Java 8
88- - name : Set up JDK 1. 8
88+ - name : Set up JDK 8
8989 uses : actions/setup-java@v4
9090 with :
9191 distribution : ' adopt'
92- java-version : ' 1. 8'
92+ java-version : ' 8'
9393 cache : ' maven'
9494 - name : Build
9595 run : mvn dependency:go-offline install -Dmaven.javadoc.skip=true -DuseDevnet
@@ -100,11 +100,11 @@ jobs:
100100 # Checks-out the repository under $GITHUB_WORKSPACE
101101 - uses : actions/checkout@v4
102102 # Set up Java 8
103- - name : Set up JDK 1. 8
103+ - name : Set up JDK 8
104104 uses : actions/setup-java@v4
105105 with :
106106 distribution : ' adopt'
107- java-version : ' 1. 8'
107+ java-version : ' 8'
108108 cache : ' maven' # setup-java v4 includes maven caching
109109 - name : Build
110110 run : mvn dependency:go-offline install -Dmaven.javadoc.skip=true -DuseTestnet
@@ -114,11 +114,11 @@ jobs:
114114 # Checks-out the repository under $GITHUB_WORKSPACE
115115 - uses : actions/checkout@v4
116116 # Set up Java 8
117- - name : Set up JDK 1. 8
117+ - name : Set up JDK 8
118118 uses : actions/setup-java@v4
119119 with :
120120 distribution : ' adopt'
121- java-version : ' 1. 8'
121+ java-version : ' 8'
122122 cache : ' maven'
123123 - name : Build
124124 run : mvn dependency:go-offline install -Dmaven.javadoc.skip=true -DuseClioTestnet -DuseClioMainnet
You can’t perform that action at this time.
0 commit comments