Skip to content

Commit baa00bf

Browse files
committed
Apply publishing plugin in basic project
1 parent b3f7146 commit baa00bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildSrc/src/test/resources/BasicProject/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ buildscript {
2525
}
2626
}
2727

28+
plugins {
29+
id 'PublishingPlugin'
30+
}
31+
2832
configure(subprojects) {
2933
repositories {
3034
google()

0 commit comments

Comments
 (0)