Skip to content

Commit

Permalink
Fixed: Corrects improper/incomplete changes (OFBIZ-12888)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrohl committed Feb 5, 2024
1 parent 6d31c0d commit b397054
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -352,13 +352,6 @@ sourceSets {
srcDirs = getDirectoryInActiveComponentsIfExists('src/test/resources')
}
}

groovyScripts {
groovy {
compileClasspath += sourceSets.main.compileClasspath
compileClasspath += sourceSets.main.output
}
}
}

jar.manifest.attributes(
Expand All @@ -379,7 +372,7 @@ checkstyle {
showViolations = true
}
gitHooks {
hooks = ['pre-push': 'checkstyleMain codenarcMain codenarcTes']
hooks = ['pre-push': 'checkstyleMain codenarcMain codenarcTest']
}

// Checks OFBiz Groovy coding conventions.
Expand Down

0 comments on commit b397054

Please sign in to comment.