Skip to content

Commit

Permalink
Jetbrains annotations are compile-time only
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Sep 25, 2023
1 parent b1d1b95 commit 18b2a23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
requires net.neoforged.fml.loader;
requires org.apache.commons.io;
requires org.apache.logging.log4j;
requires org.jetbrains.annotations;
requires org.slf4j;
requires static org.jetbrains.annotations;

exports net.minecraftforge.fml;
exports net.minecraftforge.fml.config;
Expand Down
2 changes: 1 addition & 1 deletion earlydisplay/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
requires jdk.management;
requires jopt.simple;
requires net.neoforged.fml.loader;
requires org.jetbrains.annotations;
requires org.lwjgl.glfw;
requires org.lwjgl.opengl;
requires org.lwjgl.stb;
requires org.lwjgl.tinyfd;
requires org.slf4j;
requires static org.jetbrains.annotations;

exports net.minecraftforge.fml.earlydisplay;

Expand Down
2 changes: 1 addition & 1 deletion loader/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
requires org.apache.commons.lang3;
requires org.apache.logging.log4j.core;
requires org.apache.logging.log4j;
requires org.jetbrains.annotations;
requires org.objectweb.asm.commons;
requires org.objectweb.asm.tree;
requires org.objectweb.asm;
requires org.slf4j;
requires terminalconsoleappender;
requires static org.jetbrains.annotations;

exports net.minecraftforge.fml.common.asm;
exports net.minecraftforge.fml.loading;
Expand Down

0 comments on commit 18b2a23

Please sign in to comment.