Skip to content

Commit

Permalink
Remove baubles API, #289
Browse files Browse the repository at this point in the history
  • Loading branch information
NightKosh committed Oct 19, 2018
1 parent fa4b695 commit c542c68
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Expand Up @@ -29,19 +29,13 @@ minecraft {
}

ext.apiGravestone = "./api/gravestone"
ext.apiBaubles = "./api/baubles"

sourceSets {
main {
java {
srcDir project.apiGravestone
}
}
api {
java {
srcDir project.apiBaubles
}
}
}

dependencies {
Expand Down

0 comments on commit c542c68

Please sign in to comment.