Skip to content

Commit cc9adb9

Browse files
authored
Update build-project.sh
1 parent 5c955fc commit cc9adb9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ci/scripts/build-project.sh

+7-6
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@
1717

1818
set -e
1919

20-
source $(dirname $0)/common.sh
21-
repository=$(pwd)/distribution-repository
22-
mavenRepo=$(pwd)/.m2/repository
23-
echo $mavenRepo
20+
#source $(dirname $0)/common.sh
21+
#repository=$(pwd)/distribution-repository
22+
#mavenRepo=$(pwd)/.m2/repository
23+
#echo $mavenRepo
2424

2525
pushd git-repo > /dev/null
2626
#if [[ -d /opt/openjdk-toolchain ]]; then
2727
# ./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 -PdeploymentRepository=${repository} build publishAllPublicationsToDeploymentRepository -PtoolchainVersion=${TOOLCHAIN_JAVA_VERSION} -Porg.gradle.java.installations.auto-detect=false -Porg.gradle.java.installations.auto-download=false -Porg.gradle.java.installations.paths=/opt/openjdk-toolchain/
2828
#else
2929
# ./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 -PdeploymentRepository=${repository} build publishAllPublicationsToDeploymentRepository
3030
#fi
31-
mvn -Dmaven.repo.local=$mavenRepo clean install
32-
popd > /dev/null
31+
# -Dmaven.repo.local=$mavenRepo
32+
mvn clean install
33+
popd > /dev/null

0 commit comments

Comments
 (0)