Skip to content

Commit

Permalink
Merge to master (#20)
Browse files Browse the repository at this point in the history
* Update README.md

* Improve GHA and usual repository boilerplate (#12)

Refactoring GHA for code quality

* Repository cleanup (#19)

* 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

---------

Co-authored-by: Alathreon <[email protected]>
Co-authored-by: Suraj Kumar <[email protected]>
Co-authored-by: Suraj Kumar <[email protected]>
  • Loading branch information
4 people authored and Taz03 committed May 24, 2024
1 parent 584f0f9 commit f11ac08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JShellAPI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ shadowJar {
archiveBaseName.set('JShellPlaygroundBackend')
archiveClassifier.set('')
archiveVersion.set('')
}
}
2 changes: 1 addition & 1 deletion JShellWrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ shadowJar {
archiveBaseName.set('JShellWrapper')
archiveClassifier.set('')
archiveVersion.set('')
}
}
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@ subprojects {
}

dependencies {
<<<<<<< HEAD
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
=======
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
>>>>>>> 1a41fc8 (Merge to master (#20))
}
}

0 comments on commit f11ac08

Please sign in to comment.