Skip to content

Commit

Permalink
maximum laziness
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Jan 19, 2022
1 parent d5fc246 commit b7fa317
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,22 @@ tasks {
named<TaskSingleReobf>("reobfShadowJar") {
mustRunAfter(shadowJar)
}

create<Delete>("deleteClassloader") {
delete(
"${project.projectDir}/run/CLASSLOADER_TEMP",
"${project.projectDir}/run/CLASSLOADER_TEMP1",
"${project.projectDir}/run/CLASSLOADER_TEMP2",
"${project.projectDir}/run/CLASSLOADER_TEMP3",
"${project.projectDir}/run/CLASSLOADER_TEMP4",
"${project.projectDir}/run/CLASSLOADER_TEMP5",
"${project.projectDir}/run/CLASSLOADER_TEMP6",
"${project.projectDir}/run/CLASSLOADER_TEMP7",
"${project.projectDir}/run/CLASSLOADER_TEMP8",
"${project.projectDir}/run/CLASSLOADER_TEMP9",
"${project.projectDir}/run/CLASSLOADER_TEMP10"
)
}
}

java.sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit b7fa317

Please sign in to comment.