Skip to content

Commit

Permalink
Repository cleanup (#19)
Browse files Browse the repository at this point in the history
* Delete unnecessary files

* Setup multi modular gradle project properly

* Rename GUILD.md to README.md

* Run Spotless on all files

* Update Spring plugin to latest for Java 21 support

* Create pre-commit.yaml GHA

* Use .yaml for Spring properties

* Packaged JShellWrapper

* Add docker-compose.yaml

* Update README.md
  • Loading branch information
surajkumar authored May 19, 2024
1 parent 3f4bd23 commit 4534a8c
Show file tree
Hide file tree
Showing 65 changed files with 804 additions and 1,054 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: pre-commit
on:
pull_request:
workflow_dispatch:

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'corretto'

- uses: gradle/gradle-build-action@v3
with:
gradle-version: 8.7

- name: Build with Gradle
run: gradle build
2 changes: 0 additions & 2 deletions BuildImage.bat

This file was deleted.

3 changes: 0 additions & 3 deletions BuildImage.sh

This file was deleted.

6 changes: 0 additions & 6 deletions BuildJShellWrapper.bat

This file was deleted.

8 changes: 0 additions & 8 deletions BuildJShellWrapper.sh

This file was deleted.

3 changes: 0 additions & 3 deletions Dockerfile

This file was deleted.

236 changes: 0 additions & 236 deletions JShellAPI/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions JShellAPI/.idea/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions JShellAPI/.idea/compiler.xml

This file was deleted.

20 changes: 0 additions & 20 deletions JShellAPI/.idea/jarRepositories.xml

This file was deleted.

10 changes: 0 additions & 10 deletions JShellAPI/.idea/misc.xml

This file was deleted.

6 changes: 0 additions & 6 deletions JShellAPI/.idea/vcs.xml

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion JShellAPI/RunDocker.bat

This file was deleted.

1 change: 0 additions & 1 deletion JShellAPI/RunDocker.sh

This file was deleted.

Loading

0 comments on commit 4534a8c

Please sign in to comment.