aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKamil Doległo <9080183+kamildoleglo@users.noreply.github.com>2021-06-23 12:33:19 +0200
committerGitHub <noreply@github.com>2021-06-23 12:33:19 +0200
commitc2182b766a65619c859c0fc871a8a6334d66f199 (patch)
tree41624b51bcdb79f7f48fc436878b35120d77197d /.github
parent522775119b1f31d5f478662402eb29a5de9e0f12 (diff)
downloaddokka-c2182b766a65619c859c0fc871a8a6334d66f199.tar.gz
dokka-c2182b766a65619c859c0fc871a8a6334d66f199.tar.bz2
dokka-c2182b766a65619c859c0fc871a8a6334d66f199.zip
Add maven central publication (#1688)
* Add OSSRH repositories * Rewrite Gradle plugin publication * Add publication version assertion * Use Nexus publish plugin for publishing to Sonatype * Remove explicit publishing from s3 tests * Don't document Dokka for local publication * Fix a bug with closing Sonatype repository * Bump internal Dokka version * Move publication version check to the validate task * Fix Gradle plugin publication * Bump Dokka and gradle plugin-publish versions * Do not run Dokka for test tasks * Do not fail all runs in a workflow * Reduce JVM memory limit
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gradle-test.pr.yml1
-rw-r--r--.github/workflows/s3-snapshots.yml9
2 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/gradle-test.pr.yml b/.github/workflows/gradle-test.pr.yml
index 24710337..cacfdbb7 100644
--- a/.github/workflows/gradle-test.pr.yml
+++ b/.github/workflows/gradle-test.pr.yml
@@ -19,6 +19,7 @@ jobs:
strategy:
matrix:
version: [ 11, 15, 16 ]
+ fail-fast: false
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
diff --git a/.github/workflows/s3-snapshots.yml b/.github/workflows/s3-snapshots.yml
index 847e9d7e..f698a0ee 100644
--- a/.github/workflows/s3-snapshots.yml
+++ b/.github/workflows/s3-snapshots.yml
@@ -19,9 +19,6 @@ jobs:
with:
java-version: 12
- - name: Publish dokka locally
- run: ./gradlew clean publishToMavenLocal --stacktrace
-
- name: Document stdlib
run: ./gradlew :integration-tests:gradle:integrationTest --tests org.jetbrains.dokka.it.gradle.kotlin.StdlibGradleIntegrationTest --stacktrace
env:
@@ -52,9 +49,6 @@ jobs:
with:
java-version: 12
- - name: Publish dokka locally
- run: ./gradlew clean publishToMavenLocal --stacktrace
-
- name: Document serialization
run: ./gradlew :integration-tests:gradle:integrationTest --tests org.jetbrains.dokka.it.gradle.kotlin.SerializationGradleIntegrationTest --stacktrace
env:
@@ -85,9 +79,6 @@ jobs:
with:
java-version: 12
- - name: Publish dokka locally
- run: ./gradlew clean publishToMavenLocal --stacktrace
-
- name: Document biojava-core
run: ./gradlew :integration-tests:maven:integrationTest --tests org.jetbrains.dokka.it.maven.BiojavaIntegrationTest --stacktrace
env: