Skip to content

Commit

Permalink
FileDef :: generate classes by name
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrgeorge committed Aug 22, 2024
1 parent f7d9496 commit 6fce2d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,3 @@ jobs:

- name: Gradle Build
run: ./gradlew build

- name: Gradle Bundle
run: ./scripts/bundle.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
MAVEN_SIGNING_KEY: ${{ secrets.MAVEN_SIGNING_KEY }}
MAVEN_SIGNING_PASSWORD: ${{ secrets.MAVEN_SIGNING_PASSWORD }}

- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: bundle
path: ./.gradle/bundle/
33 changes: 0 additions & 33 deletions scripts/bundle.sh

This file was deleted.

0 comments on commit 6fce2d2

Please sign in to comment.