Skip to content

Commit 44472da

Browse files
runningcodeclaude
andauthored
ref(build): Move apply<MavenPublishPlugin>() outside afterEvaluate (#5464)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e489041 commit 44472da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ subprojects {
214214
}
215215
}
216216

217-
afterEvaluate {
218-
apply<MavenPublishPlugin>()
217+
apply<MavenPublishPlugin>()
219218

219+
afterEvaluate {
220220
configure<MavenPublishBaseExtension> {
221221
assignAarTypes()
222222
}

0 commit comments

Comments
 (0)