-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgradle.properties
More file actions
170 lines (158 loc) · 5.41 KB
/
gradle.properties
File metadata and controls
170 lines (158 loc) · 5.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
############################ ARGS ############################
# Gradle Args
# Unimined is not compatible with the Configuration Cache yet
org.gradle.configuration-cache=false
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xms2G -Xmx12G
# Other Args
build_file=build\\libs\\theimpossiblelibrary-0.4.6.jar
build_classes=build\\classes\\java\\main
classpath_arg=til.classpath.file
cleanroom_dump=foundation.dump
cleanroom_verbose=foundation.verbose
common_entrypoint_arg=til.classpath.mods
core_entrypoint_arg=til.classpath.coremods
debug_network=til.debug.network
dev_arg=til.dev
dev_sources=til.dev.sources
experimental_setup=true
fabric_log_level=fabric.log.level
filter_problematic_auto_source_gen=true
forge_bootstrap_debug=bsl.debug
forge_log_level_all=classtransformer,console,mojang
forge_log_level_classtransformer=forge.logging.classtransformer.level
forge_log_level_console=forge.logging.console.level
forge_log_level_mojang=forge.logging.mojang.level
forge_log_marker_arg=forge.logging.marker
forge_log_markers_all=axform,classdump,classloading,core,distxform,eventbus,forgemod,launchplugin,loading,modlauncher,\
networking,registries,registrydump,resource.cache,scan,splash
forge_log_markers_arg=forge.logging.markers
forge_log_markers_reduced=classdump,core,eventbus,forgemod,loading,modlauncher,networking,registries,resource.cache,\
scan,splash
forge_module_layer_movement=til.debug.forge.modules.layers
log4j_status_level=log4j2.StatusLogger.level
meta_inf_path=src/main/resources/META-INF
neoforge_module_layer_movement=til.debug.neoforge.modules.layers
######################### UNIVERSALS #########################
# Mod Constants
mod_authors=The_Computerizer
mod_description=Impossible!
mod_id=theimpossiblelibrary
mod_license=LGPL V3.0
mod_mixin=mixins.theimpossiblelibrary.json
mod_name=The Impossible Library
mod_refmap=theimpossiblelibrary.refmap.json
mod_tweakclass=org.spongepowered.asm.launch.MixinTweaker
mod_version=0.4.7
# Dependency Groups, Names, & Plugins
burningwave_group=org.burningwave
lombok_group=org.projectlombok
toolfactory_group=io.github.toolfactory
# Entrypoints
common_entrypoint=mods.thecomputerizer.theimpossiblelibrary.api.common.TILCommonEntryPoint
core_entrypoint=mods.thecomputerizer.theimpossiblelibrary.api.core.TILCoreEntryPoint
fabric_adaptor=mods.thecomputerizer.theimpossiblelibrary.fabric.core.TILLanguageAdaptorFabric
fabric_injector=mods.thecomputerizer.theimpossiblelibrary.fabric.core.loader.TILModInjectorFabric
forge_entrypoint=mods.thecomputerizer.theimpossiblelibrary.forge.core.MultiVersionModLocator
legacy_entrypoint=mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.core.TILLoadingPlugin1_12_2
neoforge_entrypoint=mods.thecomputerizer.theimpossiblelibrary.neoforge.core.MultiVersionModLocator
# Mod Packages
api_package=mods.thecomputerizer.theimpossiblelibrary.api
base_package=mods.thecomputerizer.theimpossiblelibrary
shadow_package=mods.thecomputerizer.shadow
# Publishing
changelog_type=markdown
curseforge_project_id=661115
curseforge_project_slug=the-impossible-library
logo_url=https://raw.githubusercontent.com/TheComputerizer/The-Impossible-Library/refs/heads/multiversion-attempt/api/src/main/resources/logo.png
modrinth_project_id=ZyFWSztU
supported_environments=Client;Server
supported_modloaders=Fabric;Forge;Quilt;Neoforge
supported_versions=1.12.2;1.16.5;1.18.2;1.19.2;1.19.4;1.20.1;1.20.4;1.20.6;1.21.1
webhook_color=000000
# MODERN makes an embed which would be better but pings don't seem to work from within embeds
webhook_style=CLASSIC
############################## CONTENT ##############################
settings_plugin_content=at.favre.lib;\
com.fasterxml;\
com.fasterxml.jackson;\
com.fasterxml.jackson.core;\
com.fasterxml.woodstox;\
com.github.hypfvieh;\
com.github.javakeyring;\
com.github.jnr;\
com.github.jponge;\
com.github.spotbugs;\
com.google.code.findbugs;\
com.google.code.gson;\
com.google.errorprone;\
com.google.guava;\
com.google.j2objc;\
com.gradleup.shadow;\
com.googlecode.javaewah;\
com.nothome;\
com.osacky.doctor;\
com.salesforce.maven;\
com.squareup.okhttp3;\
com.squareup.okio;\
com.sschr15.annotations;\
commons-codec;\
commons-io;\
commons-logging;\
de.swiesend;\
dev.masecla;\
io.github.oshai;\
io.jsonwebtoken;\
io.reactivex.rxjava3;\
io.sigpipe;\
jakarta.platform;\
me.modmuss50;\
me.modmuss50.mod-publish-plugin;\
net.java.dev.jna;\
net.lenni0451.commons;\
net.raphimc;\
net.sf.jopt-simple;\
org.apache;\
org.apache.ant;\
org.apache.commons;\
org.apache.groovy;\
org.apache.httpcomponents;\
org.apache.logging;\
org.apache.logging.log4j;\
org.apache.maven;\
org.checkerframework;\
org.codehaus.plexus;\
org.codehaus.woodstox;\
org.eclipse.ee4j;\
org.eclipse.jgit;\
com.gradle;\
org.gradle.toolchains;\
org.gradle.toolchains.foojay-resolver-convention;\
org.jdom;\
org.jetbrains;\
org.jetbrains.kotlin;\
org.jetbrains.kotlinx;\
org.jspecify;\
org.junit;\
org.kohsuke;\
org.mockito;\
org.moddedmc.wiki;\
org.moddedmc.wiki.toolkit;\
org.ow2;\
org.ow2.asm;\
org.reactivestreams;\
org.slf4j;\
org.sonatype.oss;\
org.springframework;\
org.vafer;\
org.zeroturnaround;\
pt.davidafsilva.apple;\
trove
unimined_releases=net.fabricmc;\
net.minecraftforge;\
net.neoforged;\
xyz.wagyourtail.commons;\
xyz.wagyourtail.unimined.mapping
unimined_snapshots=xyz.wagyourtail.commons;\
xyz.wagyourtail.unimined;\
xyz.wagyourtail.unimined.mapping