Skip to content

Commit e87a966

Browse files
committed
Enable Gradle publishing again
1 parent d53fb76 commit e87a966

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ jobs:
2828
env:
2929
MAVEN_USERNAME: ${{ vars.MAVEN_USERNAME }}
3030
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
31-
# TODO: add publishPlugins task
32-
run: ./gradlew publish
31+
run: ./gradlew publish publishPlugins

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "dev.arbjerg"
9-
version = "1.0.2"
9+
version = "1.0.3"
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)