Skip to content

Commit 58c75b0

Browse files
author
Arjen Poutsma
committed
Moved propdeps to subprojects
1 parent bfd6244 commit 58c75b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ configure(allprojects) {
1616
ext.axiomVersion = "1.2.14"
1717

1818
apply plugin: "java"
19-
apply plugin: "propdeps-idea"
20-
apply plugin: "propdeps"
21-
apply plugin: "propdeps-maven"
2219

2320
compileJava.options*.compilerArgs = [
2421
"-Xlint:serial", "-Xlint:varargs", "-Xlint:cast", "-Xlint:classfile",
@@ -77,6 +74,9 @@ configure(subprojects) { subproject ->
7774

7875
apply plugin: "eclipse"
7976
apply plugin: "maven"
77+
apply plugin: "propdeps"
78+
apply plugin: "propdeps-idea"
79+
apply plugin: "propdeps-maven"
8080
apply from: "${rootProject.projectDir}/publish-maven.gradle"
8181

8282
if (project.hasProperty('platformVersion')) {

0 commit comments

Comments
 (0)