Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lustyn committed Jul 7, 2016
1 parent 9fcbc36 commit 0561281
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
*/
version = "1.0"
group= "club.krist.minimalperipherals" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "modid"
archivesBaseName = "MinimalPeripherals-" + mcversion

minecraft {
version = "1.8.9-11.15.1.1902-1.8.9"
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mcversion=1.8.9
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package club.krist.minimalperipherals.item;

import club.krist.minimalperipherals.reference.Reference;
import com.sun.org.apache.xml.internal.security.utils.I18n;
import dan200.computercraft.api.ComputerCraftAPI;
import dan200.computercraft.api.filesystem.IMount;
import dan200.computercraft.api.media.IMedia;
Expand Down

0 comments on commit 0561281

Please sign in to comment.