File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 17
17
18
18
set -e
19
19
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
24
24
25
25
pushd git-repo > /dev/null
26
26
# if [[ -d /opt/openjdk-toolchain ]]; then
27
27
# ./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/
28
28
# else
29
29
# ./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 -PdeploymentRepository=${repository} build publishAllPublicationsToDeploymentRepository
30
30
# 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
You can’t perform that action at this time.
0 commit comments