commit 7845f77cd1ad5d7574cb221d25eac0c0d8585f6a from: Chaz Kettleson date: Sat Apr 12 21:56:24 2025 UTC fix: license and exclusions commit - 76fa7c505289a4c317885bf3efb8ba896ebfe95b commit + 7845f77cd1ad5d7574cb221d25eac0c0d8585f6a blob - d58dfb70bab565a697e6854eb012d17e0fd39bd4 blob + 8c9a9d4d6d0d42df85144c52324e9ce2611fe1b4 --- .mvn/wrapper/maven-wrapper.properties +++ .mvn/wrapper/maven-wrapper.properties @@ -1,19 +1,3 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. wrapperVersion=3.3.2 distributionType=only-script distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip blob - d43b6f78a8684589337eeacf62b2ac74ecd4a108 blob + 4c300fff266bc83de8784e48a8eca8c8b09d86e1 --- gradle/license.gradle +++ gradle/license.gradle @@ -67,6 +67,8 @@ if (project == rootProject) { } exclude 'gradle/wrapper' exclude 'gradlew*' + exclude '.mvn/wrapper' + exclude 'mvnw*' // Override SLASHSTAR_STYLE to add newline headerDefinitions { SLASHSTAR_STYLE { @@ -108,6 +110,7 @@ if (project == rootProject) { mapping ('css', 'SLASHSTAR_STYLE') mapping ('dockerfile', 'SCRIPT_STYLE') mapping ('dockerignore', 'SCRIPT_STYLE') + mapping ('editorconfig', 'SCRIPT_STYLE') mapping ('gradle', 'SLASHSTAR_STYLE') mapping ('java', 'SLASHSTAR_STYLE') mapping ('policy', 'SCRIPT_STYLE') blob - df91fc9dc5a8d4210e16102d533cfff554e7125b blob + 02b73c8ee0fed4047e132896b058b47ba4383b1b --- pom.xml +++ pom.xml @@ -1,8 +1,6 @@ - - +--> - + + + 4.0.0 ${groupId}