Skip to content

Commit 3034d03

Browse files
committed
Update maven publishing plugin
1 parent 62c6a72 commit 3034d03

File tree

3 files changed

+2
-61
lines changed

3 files changed

+2
-61
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
java-version: '17'
5353
distribution: 'temurin'
5454
- name: Build with Gradle
55-
run: ./gradlew clean build -x test
55+
run: ./gradlew -Dmaven.repo.local=$(pwd)/deployment-repository -x test clean build publishToMavenLocal
5656

5757
- name: Deploy
5858
uses: spring-io/[email protected]

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
id "base"
33
id 'org.springframework.statemachine.root'
4+
id 'maven-publish'
45
}
56

67
description = 'Spring Statemachine'

publish-maven.gradle

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)