Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
  • Loading branch information
juergen-albert committed Aug 31, 2023
1 parent a76fde4 commit 2e87c26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pipeline {
}
steps {
echo "I am building on ${env.JOB_NAME}"
sh "./gradlew release -Drelease.dir=$JENKINS_HOME/repo.gecko/jakarta/org.gecko.emf.util --info --stacktrace -Dmaven.repo.local=${WORKSPACE}/.m2"
sh "./gradlew clean build release -Drelease.dir=$JENKINS_HOME/repo.gecko/jakarta/org.gecko.emf.util --info --stacktrace -Dmaven.repo.local=${WORKSPACE}/.m2"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions cnf/build.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ javac.target: 11
META-INF/maven/*,\
OSGI-OPT/*

#-baselinerepo: Baseline
#-baseline: *
-baselinerepo: Baseline
-baseline: *

X-Test: ${if;${def;releaseNotNeeded};local;remote}
#X-Test: ${if;${def;releaseNotNeeded};local;remote}

0 comments on commit 2e87c26

Please sign in to comment.