Skip to content

Commit 06c88cf

Browse files
authored
Upgrade DefaultsPlugin to .52 (#16)
1 parent 1edb4a6 commit 06c88cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
maven { url "https://plugins.gradle.org/m2/" }
55
}
6-
dependencies { classpath 'org.minimallycorrect.gradle:DefaultsPlugin:0.0.45' }
6+
dependencies { classpath 'org.minimallycorrect.gradle:DefaultsPlugin:0.0.52' }
77
}
88
plugins {
99
id 'java'
@@ -18,7 +18,8 @@ minimallyCorrectDefaults {
1818
description = "Applies transformations to .java and .class files"
1919
labels = ["java-transformation", "java-source", "java-bytecode", "java"]
2020
ignoreSunInternalWarnings = true
21-
} ()
21+
configureProject(project)
22+
}
2223

2324
dependencies {
2425
testImplementation "junit:junit:4.12"

0 commit comments

Comments
 (0)