File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
<version .maven-plugin-tools>3.13.0</version .maven-plugin-tools>
37
37
<version .maven-shade-plugin>3.5.1</version .maven-shade-plugin>
38
38
<version .nexus-staging-maven-plugin>1.6.14</version .nexus-staging-maven-plugin>
39
- <version .mvn-jlink-wrapper>1.1.1 </version .mvn-jlink-wrapper>
39
+ <version .mvn-jlink-wrapper>1.2.2 </version .mvn-jlink-wrapper>
40
40
<version .plexus-compiler-eclipse>2.15.0</version .plexus-compiler-eclipse>
41
41
<version .plexus-utils>4.0.0</version .plexus-utils>
42
42
</properties >
Original file line number Diff line number Diff line change 113
113
<configuration >
114
114
<jdkCachePath >${project.basedir} /jdk-cache</jdkCachePath >
115
115
<jdkPathProperty >custom-jdk-path</jdkPathProperty >
116
- <provider >ADOPT </provider >
116
+ <provider >ADOPTIUM </provider >
117
117
<providerConfig >
118
118
<release >${java.version} </release >
119
119
<arch >x64</arch > <!-- TODO select automatically, but how? -->
You can’t perform that action at this time.
0 commit comments