File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
lib/src/main/java/com/diffplug/spotless/pom Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,9 @@ apply from: rootProject.file('gradle/java-publish.gradle')
1313apply from : rootProject. file(' gradle/changelog.gradle' )
1414allprojects {
1515 apply from : rootProject. file(' gradle/spotless.gradle' )
16- tasks. named(' build' ) {
17- dependsOn ' spotlessApply'
18- }
1916}
2017apply from : rootProject. file(' gradle/spotless-freshmark.gradle' )
21- tasks. named(' spotlessApply' ) {
22- dependsOn ' build'
23- }
18+
2419spotless {
2520 groovyGradle {
2621 target ' *.gradle' , ' gradle/*.gradle'
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2021-2025 DiffPlug
2+ * Copyright 2021-2024 DiffPlug
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
2121public class SortPomCfg implements Serializable {
2222 private static final long serialVersionUID = 1L ;
2323
24- public String version = "4.0.0" ;
24+ public String version = "4.0.0" ;
2525
2626 public String encoding = "UTF-8" ;
2727
You can’t perform that action at this time.
0 commit comments