From 82860ec6721d73d29f100041c3aa1a0a819f9618 Mon Sep 17 00:00:00 2001 From: hypherionmc Date: Thu, 9 May 2024 19:42:35 +0200 Subject: [PATCH] Will this build now? --- .jenkins/Jenkinsfile.snapshot | 4 ++-- commit.sha | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.jenkins/Jenkinsfile.snapshot b/.jenkins/Jenkinsfile.snapshot index b4397ce..0dfa3c3 100644 --- a/.jenkins/Jenkinsfile.snapshot +++ b/.jenkins/Jenkinsfile.snapshot @@ -33,7 +33,7 @@ pipeline { dir('dev') { sh "chmod +x ./gradlew" sh "./gradlew clean" - sh "./gradlew build" + sh "./gradlew build -PreleaseType=snapshot" } } } @@ -42,7 +42,7 @@ pipeline { steps { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { dir('dev') { - sh "./gradlew publish" + sh "./gradlew publish -PreleaseType=snapshot" } } } diff --git a/commit.sha b/commit.sha index 81169f8..6da3da2 100644 --- a/commit.sha +++ b/commit.sha @@ -1 +1 @@ -16163ac944796dc258d7afa54484e5cfc29906d8 \ No newline at end of file +f712036d2e19267bd281397fb48ba4fe94774efa \ No newline at end of file