Skip to content

Commit

Permalink
Revert "Publish javadoc/reference docs to spring.io (#3345)"
Browse files Browse the repository at this point in the history
This reverts commit d32ce60.
  • Loading branch information
pderop committed Jul 12, 2024
1 parent 16cdaaf commit 4878743
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 174 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@ jobs:
ORG_GRADLE_PROJECT_artifactory_publish_password: ${{secrets.ARTIFACTORY_PASSWORD}}
run: |
./gradlew assemble artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-snapshot-local
- name: deploy docs
env:
DOCS_USER: ${{ secrets.DOCS_USERNAME }}
DOCS_HOST: ${{ secrets.DOCS_HOST }}
DOCS_KEY: ${{ secrets.DOCS_SSH_KEY }}
DOCS_HOST_KEY: ${{ secrets.DOCS_SSH_HOST_KEY }}
run: ./gradlew deployDocs -PdeployDocsHost=$DOCS_HOST -PdeployDocsSshUsername=$DOCS_USER -PdeployDocsSshKey="$DOCS_KEY" -PdeployDocsSshHostKey="$DOCS_HOST_KEY"

#sign the milestone artifacts and deploy them to Artifactory
deployMilestone:
Expand All @@ -123,13 +116,6 @@ jobs:
ORG_GRADLE_PROJECT_signingPassword: ${{secrets.SIGNING_PASSPHRASE}}
run: |
./gradlew assemble sign artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-milestone-local
- name: deploy docs
env:
DOCS_USER: ${{ secrets.DOCS_USERNAME }}
DOCS_HOST: ${{ secrets.DOCS_HOST }}
DOCS_KEY: ${{ secrets.DOCS_SSH_KEY }}
DOCS_HOST_KEY: ${{ secrets.DOCS_SSH_HOST_KEY }}
run: ./gradlew deployDocs -PdeployDocsHost=$DOCS_HOST -PdeployDocsSshUsername=$DOCS_USER -PdeployDocsSshKey="$DOCS_KEY" -PdeployDocsSshHostKey="$DOCS_HOST_KEY"

#sign the release artifacts and deploy them to Artifactory
deployRelease:
Expand All @@ -154,13 +140,6 @@ jobs:
ORG_GRADLE_PROJECT_sonatypePassword: ${{secrets.SONATYPE_PASSWORD}}
run: |
./gradlew assemble sign artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-release-local publishMavenJavaPublicationToSonatypeRepository
- name: deploy docs
env:
DOCS_USER: ${{ secrets.DOCS_USERNAME }}
DOCS_HOST: ${{ secrets.DOCS_HOST }}
DOCS_KEY: ${{ secrets.DOCS_SSH_KEY }}
DOCS_HOST_KEY: ${{ secrets.DOCS_SSH_HOST_KEY }}
run: ./gradlew deployDocs -PdeployDocsHost=$DOCS_HOST -PdeployDocsSshUsername=$DOCS_USER -PdeployDocsSshKey="$DOCS_KEY" -PdeployDocsSshHostKey="$DOCS_HOST_KEY"

tagMilestone:
name: Tag milestone
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ plugins {
id 'biz.aQute.bnd.builder' version '6.4.0' apply false
id 'org.graalvm.buildtools.native' version '0.9.25' apply false
id 'net.ltgt.errorprone' version '4.0.1' apply false
id 'org.hidetake.ssh' version '2.10.1' apply false
}

description = 'Reactive Streams Netty driver'
Expand Down
150 changes: 0 additions & 150 deletions buildSrc/src/main/groovy/reactor/netty/docs/gradle/DeployDocs.groovy

This file was deleted.

3 changes: 1 addition & 2 deletions reactor-netty/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020-2024 VMware, Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2020-2023 VMware, Inc. or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,6 @@
*/
apply plugin: 'io.spring.javadoc-aggregate'
apply from: "${rootDir}/gradle/asciidoc.gradle"
apply plugin: reactor.netty.docs.gradle.DeployDocs

dependencies {
api project(':reactor-netty-core')
Expand Down

0 comments on commit 4878743

Please sign in to comment.