cant build #101

Open
opened 2021-05-21 17:28:20 +00:00 by RandomUser123451 · 1 comment
RandomUser123451 commented 2021-05-21 17:28:20 +00:00 (Migrated from github.com)

I can't build any mods. This is the output i get:

> Configure project :
Fabric Loom: 0.6.58 Build(release #58)

> Task :compileJava FAILED
C:\fabric-example-mod-master\fabric-example-mod-master\src\main\java\net\fabricmc\example\mixin\ExampleMixin.java:11: error: No obfuscation mapping for @Inject target init
        @Inject(at = @At("HEAD"), method = "init()V")
        ^
warning: The following options were not recognized by any processor: '[outMapFileNamedIntermediary, inMapFileNamedIntermediary]'
1 error
1 warning

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 --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org

BU¦LD FAILED in 4s
1 actionable task: 1 executed

This happens even if i don't modify anything.

I can't build any mods. This is the output i get: ``` > Configure project : Fabric Loom: 0.6.58 Build(release #58) > Task :compileJava FAILED C:\fabric-example-mod-master\fabric-example-mod-master\src\main\java\net\fabricmc\example\mixin\ExampleMixin.java:11: error: No obfuscation mapping for @Inject target init @Inject(at = @At("HEAD"), method = "init()V") ^ warning: The following options were not recognized by any processor: '[outMapFileNamedIntermediary, inMapFileNamedIntermediary]' 1 error 1 warning 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 --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BU¦LD FAILED in 4s 1 actionable task: 1 executed ``` This happens even if i don't modify anything.
Technici4n commented 2021-05-21 17:58:14 +00:00 (Migrated from github.com)

Shouldn't it be <init>? Nevermind

~~Shouldn't it be `<init>`?~~ Nevermind
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Steven/fabric-example-mod#101
No description provided.