We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cc506 commit 55a6de1Copy full SHA for 55a6de1
build.gradle
@@ -43,7 +43,7 @@ allprojects {
43
println "projectDir : " + projectDir
44
println "groupId : " + project.group
45
println "buildDir : " + buildDir
46
- println "targetCompatibility : " + rootProject.targetCompatibility
+ println "targetCompatibility : " + java.targetCompatibility
47
println "=" * 80
48
}
49
htmlSanityCheck-core/build.gradle
@@ -19,7 +19,7 @@ dependencies {
19
20
apply plugin: 'groovy'
21
22
-task copyResourceImages(type: Copy) {
+tasks.register('copyResourceImages', Copy) {
23
from('src/main/resources') {
24
include '**/*.png'
25
0 commit comments