Buildbot success in on ofbizTrunkFrameworkPlugins

2024-02-03 Thread buildbot
Build status: Build succeeded!
Worker used: bb_worker4_ubuntu
URL: https://ci2.apache.org/#builders/46/builds/639
Blamelist: Jacques Le Roux , Michael Brohl 
, Michael Brohl 
Build Text: build successful
Status Detected: restored build
Build Source Stamp: [branch trunk] c81a7ad5f9b803cd6a553f9a0cdd1a9e868633d2


Steps:

  worker_preparation: 0

  git: 0

  pullAllPluginsSource: 0

  build: 0

  check: 0

  Copy checkstyle to destination directory structure: 0

  Copy codenarc to destination directory structure: 0

  generateReadmeFiles: 0

  Copy readme: 0

  generateOfbizDocumentation: 0

  Copy OfbizDocumentation: 0

  generateAllPluginsDocumentation: 0

  Copy AllPluginsDocumentation: 0

  javadoc: 0

  Copy javadoc: 0

  loadAll: 0

  testIntegration: 0

  Copy tests-results: 0

  Rsync trunk to nightlies.apache.org: 0

  clean things: 0


-- ASF Buildbot



(ofbiz-framework) branch trunk updated: Revert "Fixed: Removes duplicate srcDirs entry for "src/main/groovy" to prevent"

2024-02-03 Thread jleroux
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
 new c81a7ad5f9 Revert "Fixed: Removes duplicate srcDirs entry for 
"src/main/groovy" to prevent"
c81a7ad5f9 is described below

commit c81a7ad5f9b803cd6a553f9a0cdd1a9e868633d2
Author: Jacques Le Roux 
AuthorDate: Sat Feb 3 09:35:14 2024 +0100

Revert "Fixed: Removes duplicate srcDirs entry for "src/main/groovy" to 
prevent"

This reverts commit a2f3ec88309f8440fe65b227ff3fc2df279dde24.
It seems to have creating the issue reported at INFRA-25456
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index cbb6d98fcf..04cffdafc4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -355,6 +355,7 @@ sourceSets {
 
 groovyScripts {
 groovy {
+srcDirs += 
getDirectoryInActiveComponentsIfExists('src/main/groovy')
 compileClasspath += sourceSets.main.compileClasspath
 compileClasspath += sourceSets.main.output
 }