diff options
author | syeyoung <42869671+cyoung06@users.noreply.github.com> | 2023-01-14 03:16:22 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-14 03:16:22 +0900 |
commit | ba4ce4e30d5778d0ad00c163823dc5abb8b78b76 (patch) | |
tree | 533cdac7f9ae2b0cc6c9248baf1d783a510d4f58 /gradle.properties | |
parent | df33e015ade0be0df3d9ab1e242606dbdc7229ea (diff) | |
download | Skyblock-Dungeons-Guide-ba4ce4e30d5778d0ad00c163823dc5abb8b78b76.tar.gz Skyblock-Dungeons-Guide-ba4ce4e30d5778d0ad00c163823dc5abb8b78b76.tar.bz2 Skyblock-Dungeons-Guide-ba4ce4e30d5778d0ad00c163823dc5abb8b78b76.zip |
Dg4.0 eventpropagation (#270)
* - Event Handler Interface -> Annotations (for features)
Signed-off-by: syeyoung <cyoung06@naver.com>
* - Event Handler Interface -> Annotations (for features)
Signed-off-by: syeyoung <cyoung06@naver.com>
* - profiling
- build.gradle update
Signed-off-by: syeyoung <cyoung06@naver.com>
Signed-off-by: syeyoung <cyoung06@naver.com>
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index ad947b8b..ab7e8705 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,3 @@ org.gradle.jvmargs=-Xmx2G org.gradle.caching=true -loom.platform=forge -fabric.loom.natives.dir=/Users/syeyoung/.mcnatives
\ No newline at end of file +loom.platform=forge
\ No newline at end of file |