11/*
2- * Copyright (c) 2024.
2+ * Copyright (c) 2024-2025 .
33 *
44 * This file is part of xmlutil.
55 *
6- * This file is licenced to you under the Apache License, Version 2.0 (the
7- * "License"); you may not use this file except in compliance
8- * with the License. You should have received a copy of the license with the source distribution.
9- * Alternatively, you may obtain a copy of the License at
6+ * This file is licenced to you under the Apache License, Version 2.0
7+ * (the "License"); you may not use this file except in compliance
8+ * with the License. You should have received a copy of the license
9+ * with the source distribution. Alternatively, you may obtain a copy
10+ * of the License at
1011 *
1112 * http://www.apache.org/licenses/LICENSE-2.0
1213 *
13- * Unless required by applicable law or agreed to in writing,
14- * software distributed under the License is distributed on an
15- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16- * KIND, either express or implied. See the License for the
17- * specific language governing permissions and limitations
18- * under the License.
14+ * Unless required by applicable law or agreed to in writing, software
15+ * distributed under the License is distributed on an "AS IS" BASIS,
16+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
17+ * implied. See the License for the specific language governing
18+ * permissions and limitations under the License.
1919 */
2020
2121import kotlinx.validation.ExperimentalBCVApi
@@ -40,8 +40,6 @@ config {
4040 dokkaOverrideTarget = " Jdk"
4141}
4242
43- val autoModuleName = " net.devrieze.xmlutil.core.jdk"
44-
4543kotlin {
4644 explicitApi()
4745
@@ -51,9 +49,6 @@ kotlin {
5149 rename { " xmlutil-proguard.pro" }
5250 into(" META-INF/proguard" )
5351 }
54- manifest {
55- attributes(" Automatic-Module-Name" to autoModuleName)
56- }
5752 }
5853
5954 mavenPublication {
0 commit comments