Created
April 20, 2024 18:19
-
-
Save rlnt/2866adea220d3f8e80aa6771a8357569 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20:10:16: Executing ':classes'... | |
[Process Resources] Replacing properties in resources: | |
-> license = GNU Lesser General Public License v3.0 | |
-> mcVersion = 1.20.4 | |
-> version = 1.20.4-1.0.0 | |
-> modId = lazierae2 | |
-> modName = Lazier AE2 | |
-> modAuthor = Almost Reliable | |
-> modDescription = Simplify Applied Energistics 2. | |
-> neoVersion = 20.4.232 | |
-> aeVersion = 17.13.0-beta | |
-> githubUser = AlmostReliable | |
-> githubRepo = lazierae2 | |
> Task :generateBuildConfig UP-TO-DATE | |
> Task :cacheLauncherMetadata UP-TO-DATE | |
> Task :cacheVersionManifest1.20.4 UP-TO-DATE | |
> Task :cacheVersionExecutableClient1.20.4 UP-TO-DATE | |
> Task :cacheVersionExecutableServer1.20.4 UP-TO-DATE | |
> Task :cacheVersionMappingsClient1.20.4 UP-TO-DATE | |
> Task :cacheVersionMappingsServer1.20.4 UP-TO-DATE | |
> Task :neoFormForgesAccessTransformerProvider_script_neoforge.cfg UP-TO-DATE | |
> Task :neoFormForgesAccessTransformerProvideraccesstransformer.cfg UP-TO-DATE | |
> Task :neoFormListLibraries UP-TO-DATE | |
> Task :neoFormStripClient UP-TO-DATE | |
> Task :neoFormExtractServer UP-TO-DATE | |
> Task :neoFormStripServer UP-TO-DATE | |
> Task :neoFormMerge UP-TO-DATE | |
> Task :neoFormMergeMappings UP-TO-DATE | |
> Task :neoFormRename UP-TO-DATE | |
> Task :neoFormApplyForgesAccessTransformer UP-TO-DATE | |
> Task :neoFormDecompile UP-TO-DATE | |
> Task :neoFormInject UP-TO-DATE | |
> Task :neoFormPatch UP-TO-DATE | |
> Task :neoFormPatchUserDev UP-TO-DATE | |
> Task :neoFormApplyOfficialMappings UP-TO-DATE | |
> Task :neoFormApplyParchment UP-TO-DATE | |
> Task :create1.20.4ClientExtraJar UP-TO-DATE | |
> Task :selectRawArtifactNet.minecraft_client_1.20.4_client-extra UP-TO-DATE | |
> Task :neoFormRecompile UP-TO-DATE | |
> Task :supplyRawJarForneoFormJoined1.20.4-20231207.154220 UP-TO-DATE | |
> Task :neoFormSelectRawArtifactNet.neoforged_neoforge_20.4.232_ UP-TO-DATE | |
> Task :compileJava FAILED | |
29 actionable tasks: 1 executed, 28 up-to-date | |
C:\Users\rlnt\repos\lazier\1.20.4\src\main\java\com\almostreliable\lazierae2\data\DataGeneration.java:15: error: reference to addProvider is ambiguous | |
generator.addProvider(event.includeClient(), output -> LazierLang(output)); | |
^ | |
both method <T#1>addProvider(boolean,Factory<T#1>) in DataGenerator and method <T#2>addProvider(boolean,T#2) in DataGenerator match | |
where T#1,T#2 are type-variables: | |
T#1 extends DataProvider declared in method <T#1>addProvider(boolean,Factory<T#1>) | |
T#2 extends DataProvider declared in method <T#2>addProvider(boolean,T#2) | |
C:\Users\rlnt\repos\lazier\1.20.4\src\main\java\com\almostreliable\lazierae2\data\DataGeneration.java:15: error: cannot find symbol | |
generator.addProvider(event.includeClient(), output -> LazierLang(output)); | |
^ | |
symbol: method LazierLang(PackOutput) | |
location: class DataGeneration | |
2 errors | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':compileJava'. | |
> Compilation failed; see the compiler error output for details. | |
* Try: | |
> Run with --info option to get more log output. | |
> Run with --scan to get full insights. | |
BUILD FAILED in 23s | |
20:10:40: Execution finished ':classes'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment