File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 66 Build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v1
10- - name : Set up JDK 1.8
11- uses : actions/setup-java@v1
12- with :
13- java-version : 1.8
14- - name : Build
15- run : mvn -DskipTests package --file pom.xml
16-
9+ - uses : actions/checkout@v1
10+ - name : Set up JDK 1.8
11+ uses : actions/setup-java@v1
12+ with :
13+ java-version : 1.8
14+ - name : Build
15+ run : mvn -DskipTests package --file pom.xml
16+
1717 Test :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v1
21- - name : Set up JDK 1.8
22- uses : actions/setup-java@v1
23- with :
24- java-version : 1.8
25- - name : Test
26- run : mvn test --file pom.xml
20+ - uses : actions/checkout@v1
21+ - name : Set up JDK 1.8
22+ uses : actions/setup-java@v1
23+ with :
24+ java-version : 1.8
25+ - name : Test
26+ run : mvn test --file pom.xml
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ configure(install.repositories.mavenInstaller) {
2424}
2525
2626dependencies {
27- deployerJars " org.apache.maven.wagon:wagon-webdav:1.0-beta-2"
27+ deployerJars " org.apache.maven.wagon:wagon-webdav:1.0-beta-2"
2828 compile group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.25'
2929 testCompile group : ' org.slf4j' , name : ' slf4j-simple' , version : ' 1.7.25'
3030 testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
You can’t perform that action at this time.
0 commit comments