Skip to content

Commit 470cc54

Browse files
authored
Added Publish tasks (#215)
2 parents f179d20 + f5c966a commit 470cc54

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/java-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
ossr-token: ${{ secrets.ossr-token }}
7979
signing-key: ${{ secrets.signing-key }}
8080
signing-password: ${{ secrets.signing-password }}
81+
env:
82+
JAVA_HOME: ${{ env.JAVA_HOME }}
8183

8284
# Create a release for the tag
8385
- uses: ./.github/actions/release-create

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,5 @@ sourceSets.all {
134134
attributes.attribute(Attribute.of("org.gradle.jvm.environment", String), "standard-jvm")
135135
}
136136
}
137+
138+
apply from: rootProject.file('gradle/maven-publish.gradle')

0 commit comments

Comments
 (0)