File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1616 java : [ 11 ]
1717 name : CI with Java ${{ matrix.java }}
1818 steps :
19- - uses : actions/checkout@v1
19+ - uses : actions/checkout@v4
2020 - name : Setup jdk
2121 uses : actions/setup-java@v1
2222 with :
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v1
15+ - uses : actions/checkout@v4
1616 - name : Setup jdk 11
1717 uses : actions/setup-java@v1
1818 with :
Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
1616 - name : Set up JDK
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
1212}
1313
1414plugins {
15- id ' com.netflix.nebula.netflixoss' version ' 11.1.1 '
15+ id ' com.netflix.nebula.netflixoss' version ' 11.6.0 '
1616 id ' org.gretty' version ' 4.0.3'
1717}
1818
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ apply plugin: 'war'
33dependencies {
44 implementation project(' :eureka-client-jersey3' )
55 implementation project(' :eureka-core-jersey3' )
6+ implementation project(' :eureka-resources' )
67 // implementation "com.sun.jersey:jersey-server:$jerseyVersion"
78 // implementation "com.sun.jersey:jersey-servlet:$jerseyVersion"
89 implementation ' org.slf4j:slf4j-log4j12:1.6.1'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
You can’t perform that action at this time.
0 commit comments