diff --git a/.mvn/maven.config b/.mvn/maven.config index ea0a18d..8742cc4 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -4,3 +4,4 @@ --fail-fast -DinstallAtEnd=true -DdeployAtEnd=true +-DrootDirectory=${maven.multiModuleProjectDirectory} diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 380151d..26c5a5b 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -16,7 +16,8 @@ # under the License. wrapperVersion=3.3.2 distributionType=source -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip -distributionSha256Sum=7ebee30817faef009c7352a876616457c718bccc3be57fc3a0182155ce69d360 +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip +distributionSha256Sum=8351955a9acf2f83c136c4eee0f6db894ab6265fdbe0a94b32a380307dbaa3e1 wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar wrapperSha256Sum=3d8f20ce6103913be8b52aef6d994e0c54705fb527324ceb9b835b338739c7a8 +alwaysUnpack=true diff --git a/.sdkmanrc b/.sdkmanrc new file mode 100644 index 0000000..965c14b --- /dev/null +++ b/.sdkmanrc @@ -0,0 +1,3 @@ +# Enable auto-env through the sdkman_auto_env config +# Add key=value pairs of SDKs to use below +java=21.0.3-tem \ No newline at end of file diff --git a/parent/pom.xml b/parent/pom.xml index bdccfbf..908db06 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -104,7 +104,7 @@ 3.23.0 4.0.0.4121 3.7 - ${maven.multiModuleProjectDirectory}/checks + ${rootDirectory}/checks ${checks.location}/checkstyle.xml ${checks.location}/checkstyle-suppressions.xml ${checks.location}/checkstyle-header.txt @@ -248,7 +248,7 @@ ${project.build.outputDirectory}/META-INF - ${maven.multiModuleProjectDirectory} + ${rootDirectory} LICENSE