Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Add access transformer to gradle file.
Browse files Browse the repository at this point in the history
This was stupid of me. Fixes #5
  • Loading branch information
SquidDev committed Jul 6, 2016
1 parent a433503 commit 3db3de6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Expand Up @@ -28,6 +28,14 @@ minecraft {
replace '${cc_version}', project.cc_version
}

jar {
manifest {
attributes(
'FMLAT': 'Plethora_at.cfg',
)
}
}

repositories {
jcenter()
maven { url "http://dvs1.progwml6.com/files/maven" }
Expand Down

0 comments on commit 3db3de6

Please sign in to comment.