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 39
39
<plugin >
40
40
<groupId >com.diffplug.spotless</groupId >
41
41
<artifactId >spotless-maven-plugin</artifactId >
42
- <version >2.36 .0</version >
42
+ <version >2.37 .0</version >
43
43
<configuration >
44
44
<skip >true</skip >
45
45
</configuration >
Original file line number Diff line number Diff line change 228
228
<dependency >
229
229
<groupId >com.google.auth</groupId >
230
230
<artifactId >google-auth-library-oauth2-http</artifactId >
231
- <version >1.16.1 </version >
231
+ <version >1.17.0 </version >
232
232
<optional >true</optional >
233
233
</dependency >
234
234
347
347
<plugin >
348
348
<groupId >org.apache.maven.plugins</groupId >
349
349
<artifactId >maven-source-plugin</artifactId >
350
- <version >3.2.1 </version >
350
+ <version >3.3.0 </version >
351
351
</plugin >
352
352
<plugin >
353
353
<groupId >org.apache.maven.plugins</groupId >
390
390
<plugin >
391
391
<groupId >org.codehaus.gmavenplus</groupId >
392
392
<artifactId >gmavenplus-plugin</artifactId >
393
- <version >2.1 .0</version >
393
+ <version >3.0 .0</version >
394
394
</plugin >
395
395
</plugins >
396
396
</pluginManagement >
399
399
<plugin >
400
400
<groupId >org.apache.maven.plugins</groupId >
401
401
<artifactId >maven-source-plugin</artifactId >
402
- <version >3.2.1 </version >
402
+ <version >3.3.0 </version >
403
403
<executions >
404
404
<execution >
405
405
<id >attach-sources</id >
437
437
<plugin >
438
438
<groupId >com.diffplug.spotless</groupId >
439
439
<artifactId >spotless-maven-plugin</artifactId >
440
- <version >2.36 .0</version >
440
+ <version >2.37 .0</version >
441
441
<configuration >
442
442
<formats >
443
443
<!-- common settings -->
You can’t perform that action at this time.
0 commit comments