mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-26 08:51:53 +08:00
feat: support packer config
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "io.github.reajason"
|
||||
description = "Java deserialize payload for MemShellParty"
|
||||
description = "Java payload packer for MemShellParty"
|
||||
version = rootProject.version
|
||||
|
||||
dependencies {
|
||||
@@ -22,9 +22,6 @@ dependencies {
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(8)
|
||||
}
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user