Skip to content

Commit

Permalink
Merge pull request #122 from deltacv/dev
Browse files Browse the repository at this point in the history
3.8.1
  • Loading branch information
serivesmejia authored Oct 29, 2024
2 parents 1180f5c + d1c3b70 commit 2f3ed3f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions EOCV-Sim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ publishing {

ext.kotest_version = '5.7.2'

shadowJar {
mergeServiceFiles()
}

test {
useJUnitPlatform()
}
Expand Down Expand Up @@ -98,6 +102,7 @@ dependencies {
implementation 'org.ow2.asm:asm:9.7'

implementation 'org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:3.3.2'
implementation 'org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-archive:3.3.2'
}

task(writeBuildClassJava) {
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ Join the [deltacv discord server](https://discord.gg/A3RMYzf6DA) !

### Formerly, EOCV-Sim was hosted on a [personal account repo](https://github.com/serivesmejia/EOCV-Sim/). Released prior to 3.0.0 can be found there for historic purposes.

## [v3.8.1 - Shadow jar merge service files hotfix](https://github.com/deltacv/EOCV-Sim/releases/tag/v3.8.1)
- This is the 26th release for EOCV-Sim
- Bugfixes:
- Fixes shadow jar, uses mergeServiceFiles to fix failing to pull plugins from a maven repository

## [v3.8.0 - Major Plugin System Rework](https://github.com/deltacv/EOCV-Sim/releases/tag/v3.8.0)
- This is the 25th release for EOCV-Sim
- Changelog
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ plugins {

allprojects {
group 'com.github.deltacv'
version '3.8.0'
version '3.8.1'

apply plugin: 'java'

Expand Down

0 comments on commit 2f3ed3f

Please sign in to comment.