File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 37
37
<plugin >
38
38
<groupId >com.diffplug.spotless</groupId >
39
39
<artifactId >spotless-maven-plugin</artifactId >
40
- <version >2.36 .0</version >
40
+ <version >2.37 .0</version >
41
41
<configuration >
42
42
<skip >true</skip >
43
43
</configuration >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ kind create cluster
49
49
# install CRDs to the KinD cluster and dump the swagger spec
50
50
for url in " ${CRD_URLS[@]} " ; do
51
51
if [[ ! -z $url ]]; then
52
- kubectl apply -f " $url "
52
+ kubectl create -f " $url "
53
53
fi
54
54
done
55
55
@@ -82,4 +82,4 @@ bash java-crd-cmd.sh -n "${KUBERNETES_CRD_GROUP_PREFIX}" -p "${PACKAGE_NAME}" -l
82
82
# only keep the model classes
83
83
mkdir -p " ${OUTPUT_DIR} /src/main/java/${PACKAGE_NAME// .// } "
84
84
cp -r " ${OUTPUT_DIR} /gen/src/main/java/${PACKAGE_NAME// .// } /models" " ${OUTPUT_DIR} /src/main/java/${PACKAGE_NAME// .// } "
85
- rm -rf " ${OUTPUT_DIR} /gen"
85
+ rm -rf " ${OUTPUT_DIR} /gen"
Original file line number Diff line number Diff line change 40
40
<plugin >
41
41
<groupId >com.diffplug.spotless</groupId >
42
42
<artifactId >spotless-maven-plugin</artifactId >
43
- <version >2.36 .0</version >
43
+ <version >2.37 .0</version >
44
44
<configuration >
45
45
<skip >true</skip >
46
46
</configuration >
Original file line number Diff line number Diff line change 224
224
<dependency >
225
225
<groupId >com.google.auth</groupId >
226
226
<artifactId >google-auth-library-oauth2-http</artifactId >
227
- <version >1.16.1 </version >
227
+ <version >1.17.0 </version >
228
228
<optional >true</optional >
229
229
</dependency >
230
230
343
343
<plugin >
344
344
<groupId >org.apache.maven.plugins</groupId >
345
345
<artifactId >maven-source-plugin</artifactId >
346
- <version >3.2.1 </version >
346
+ <version >3.3.0 </version >
347
347
</plugin >
348
348
<plugin >
349
349
<groupId >org.apache.maven.plugins</groupId >
386
386
<plugin >
387
387
<groupId >org.codehaus.gmavenplus</groupId >
388
388
<artifactId >gmavenplus-plugin</artifactId >
389
- <version >2.1 .0</version >
389
+ <version >3.0 .0</version >
390
390
</plugin >
391
391
<plugin >
392
392
<groupId >org.jacoco</groupId >
405
405
<plugin >
406
406
<groupId >org.apache.maven.plugins</groupId >
407
407
<artifactId >maven-source-plugin</artifactId >
408
- <version >3.2.1 </version >
408
+ <version >3.3.0 </version >
409
409
<executions >
410
410
<execution >
411
411
<id >attach-sources</id >
443
443
<plugin >
444
444
<groupId >com.diffplug.spotless</groupId >
445
445
<artifactId >spotless-maven-plugin</artifactId >
446
- <version >2.36 .0</version >
446
+ <version >2.37 .0</version >
447
447
<configuration >
448
448
<formats >
449
449
<!-- common settings -->
You can’t perform that action at this time.
0 commit comments