Skip to content

Commit

Permalink
remove responsive-spring in favor of manual configuration (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
agavra authored Jan 9, 2025
1 parent 9ce9b2b commit 4c5c0e9
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 316 deletions.
13 changes: 1 addition & 12 deletions .github/actions/for-module-in-group/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,4 @@ runs:
OSSRH_USER: ${{ inputs.OSSRH_USER }}
OSSRH_PASSWORD: ${{ inputs.OSSRH_PASSWORD }}
SIGNING_KEY: ${{ inputs.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ inputs.SIGNING_PASSWORD }}

- name: "Gradle Build & Publish | kafka-client: responsive-spring"
if: ${{ (inputs.module == 'kafka-client') && (inputs.action == 'gradle-build-and-publish') }}
uses: ./.github/actions/gradle-build-and-publish
with:
module: "responsive-spring"
force_version: ${{ steps.gradle-build-and-publish-root-module.outputs.release_version }}
OSSRH_USER: ${{ inputs.OSSRH_USER }}
OSSRH_PASSWORD: ${{ inputs.OSSRH_PASSWORD }}
SIGNING_KEY: ${{ inputs.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ inputs.SIGNING_PASSWORD }}
SIGNING_PASSWORD: ${{ inputs.SIGNING_PASSWORD }}
51 changes: 0 additions & 51 deletions responsive-spring/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ include("kafka-client-examples:simple-example")
include("kafka-client-examples:e2e-test")
include("kafka-client-bootstrap")
include("responsive-test-utils")
include("responsive-spring")

include("controller-api")
include("operator")
Expand Down

0 comments on commit 4c5c0e9

Please sign in to comment.