Skip to content

Commit 45a3c8a

Browse files
committed
Reorder plugin application to keep Gradle 7.6 happy.
1 parent ad9159e commit 45a3c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin-gradle/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apply from: rootProject.file('gradle/changelog.gradle')
22
ext.artifactId = project.artifactIdGradle
33
version = spotlessChangelog.versionNext
44
apply plugin: 'java-library'
5+
apply plugin: 'com.gradle.plugin-publish'
6+
apply plugin: 'java-gradle-plugin'
57
apply from: rootProject.file('gradle/java-setup.gradle')
68
apply from: rootProject.file('gradle/spotless-freshmark.gradle')
79

8-
apply plugin: 'com.gradle.plugin-publish'
9-
apply plugin: 'java-gradle-plugin'
1010

1111
dependencies {
1212
if (version.endsWith('-SNAPSHOT') || (rootProject.spotlessChangelog.versionNext == rootProject.spotlessChangelog.versionLast)) {

0 commit comments

Comments
 (0)