Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions JenkinsJobs/Releng/publishToMaven.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline {
label 'basic'
}
tools {
jdk 'temurin-jdk23-latest'
jdk 'temurin-jdk21-latest'
maven 'apache-maven-latest'
}
environment {
Expand All @@ -31,8 +31,7 @@ pipeline {
echo "==== Install and run the CBI aggregator ===="

DIR_AGGREGATOR="${WORKSPACE}/tools/aggregator"
MAVEN_PUBLISH_BASE="${WORKSPACE}/git-repo/eclipse.platform.releng/publish-to-maven-central"
FILE_SDK_AGGR="${MAVEN_PUBLISH_BASE}/SDK4Mvn.aggr"
FILE_SDK_AGGR="${WORKSPACE}/git-repo/eclipse.platform.releng/publish-to-maven-central/SDK4Mvn.aggr"

# Set whether this is a snapshot build or not
if [ "${snapshotOrRelease}" = "-snapshot" ]; then
Expand Down
6 changes: 0 additions & 6 deletions eclipse.platform.releng/publish-to-maven-central/.classpath

This file was deleted.

6 changes: 0 additions & 6 deletions eclipse.platform.releng/publish-to-maven-central/.project
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading