We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53fb76 commit e87a966Copy full SHA for e87a966
.github/workflows/ci.yml
@@ -28,5 +28,4 @@ jobs:
28
env:
29
MAVEN_USERNAME: ${{ vars.MAVEN_USERNAME }}
30
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
31
- # TODO: add publishPlugins task
32
- run: ./gradlew publish
+ run: ./gradlew publish publishPlugins
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = "dev.arbjerg"
9
-version = "1.0.2"
+version = "1.0.3"
10
11
repositories {
12
mavenCentral()
0 commit comments