Skip to content

Commit ce2c90a

Browse files
tj-wazeiAlathreonsurajkumar
authored andcommitted
Merge to master (#20)
* 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]>
1 parent fdea411 commit ce2c90a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

JShellAPI/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ shadowJar {
3636
archiveBaseName.set('JShellPlaygroundBackend')
3737
archiveClassifier.set('')
3838
archiveVersion.set('')
39-
}
39+
}

JShellWrapper/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ shadowJar {
4141
archiveBaseName.set('JShellWrapper')
4242
archiveClassifier.set('')
4343
archiveVersion.set('')
44-
}
44+
}

build.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,12 @@ subprojects {
6565
}
6666

6767
dependencies {
68+
<<<<<<< HEAD
6869
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
6970
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
71+
=======
72+
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
73+
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
74+
>>>>>>> 1a41fc8 (Merge to master (#20))
7075
}
7176
}

0 commit comments

Comments
 (0)