Skip to content

Commit

Permalink
Fixed transformer class name
Browse files Browse the repository at this point in the history
  • Loading branch information
abvadabra committed Mar 29, 2016
1 parent cc1448e commit 92d2fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def env = System.getenv()

// Version manifest
def verManifest = manifest {
attributes"Forge-Version": MC_VER + "-" + FORGE_VER, "Kotlin-Version": KOTLIN_VER, "FMLCorePlugin": "io.drakon.forgelin.CorePlugin", "FMLCorePluginContainsFMLMod": "true"
attributes"Forge-Version": MC_VER + "-" + FORGE_VER, "Kotlin-Version": KOTLIN_VER, "FMLCorePlugin": "io.drakon.forge.kotlin.CorePlugin", "FMLCorePluginContainsFMLMod": "true"
}

//================================================
Expand Down

0 comments on commit 92d2fc0

Please sign in to comment.