Skip to content

Commit

Permalink
Fix API missing from main jar
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicBlom committed Aug 28, 2016
1 parent 6fc59fa commit 030bbd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ processResources
}

sourceSets {
main {
java {
srcDirs = [ 'src/main/java', 'src/api/java' ]
}
}
api {
java {
srcDirs = [ 'src/api/java' ]
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# suppress inspection "UnusedProperty" for whole file
mod_version=1.1.0
mod_version=1.1.1
mod_id=shearmadness
group_name=com.github.atomicblom.shearmadness

Expand Down

0 comments on commit 030bbd6

Please sign in to comment.