Skip to content

Commit

Permalink
Improved: Gradle eclipse target produces duplicate build path entries…
Browse files Browse the repository at this point in the history
… in .classpath

This complete the previous commit by removing now useless
compileGroovyScriptsGroovy Gradle task

The explanation is in OFBIZ-12888
I'll close INFRA-25456
  • Loading branch information
JacquesLeRoux committed Feb 5, 2024
1 parent 56bd57a commit 8945a9c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,6 @@ sourceSets {
}
}

tasks.named('compileGroovyScriptsGroovy') {
// We don't want to build groovyScripts as they should be considered as standalone elements executed in
// isolation by ofbiz. Building them will result in numerous error due to duplicated classes.
enabled = false
}

jar.manifest.attributes(
'Implementation-Title': project.name,
'Main-Class': application.mainClass,
Expand Down

0 comments on commit 8945a9c

Please sign in to comment.