Skip to content

Commit

Permalink
Fixes some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Jan 16, 2024
1 parent fb49f15 commit 18945ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
public class KotlinRemapperClassloader extends URLClassLoader {
// Packages that should be loaded from the gradle plugin classloader.
private static final List<String> PARENT_PACKAGES = List.of(
"dev.architectury.tinyremapper",
"net.fabricmc.tinyremapper",
"net.fabricmc.loom.util.kotlin",
"org.objectweb.asm",
"org.slf4j"
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/projects/includedJars/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom'
id 'dev.architectury.loom'
}

repositories {
Expand Down

0 comments on commit 18945ed

Please sign in to comment.