mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-21 23:18:09 -05:00
Bump xyz.wagyourtail.jvmdowngrader:jvmdowngrader from 1.1.1 to 1.1.2
Bumps [xyz.wagyourtail.jvmdowngrader:jvmdowngrader](https://github.com/unimined/JvmDowngrader) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/unimined/JvmDowngrader/releases) - [Commits](https://github.com/unimined/JvmDowngrader/compare/1.1.1...1.1.2) --- updated-dependencies: - dependency-name: xyz.wagyourtail.jvmdowngrader:jvmdowngrader dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d270f58e10
commit
91fd64aea9
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ plugins {
|
||||||
id "maven-publish"
|
id "maven-publish"
|
||||||
id "idea"
|
id "idea"
|
||||||
id "net.raphimc.class-token-replacer" version "1.1.3"
|
id "net.raphimc.class-token-replacer" version "1.1.3"
|
||||||
id "xyz.wagyourtail.jvmdowngrader" version "1.1.1"
|
id "xyz.wagyourtail.jvmdowngrader" version "1.1.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
base {
|
base {
|
||||||
|
@ -100,8 +100,8 @@ dependencies {
|
||||||
include "gs.mclo:api:4.0.3"
|
include "gs.mclo:api:4.0.3"
|
||||||
include "net.lenni0451:optconfig:1.0.0"
|
include "net.lenni0451:optconfig:1.0.0"
|
||||||
|
|
||||||
includeJ8(compileOnly("xyz.wagyourtail.jvmdowngrader:jvmdowngrader:1.1.1"))
|
includeJ8(compileOnly("xyz.wagyourtail.jvmdowngrader:jvmdowngrader:1.1.2"))
|
||||||
includeJ8 "xyz.wagyourtail.jvmdowngrader:jvmdowngrader-java-api:1.1.1:downgraded-8"
|
includeJ8 "xyz.wagyourtail.jvmdowngrader:jvmdowngrader-java-api:1.1.2:downgraded-8"
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|
Loading…
Reference in a new issue