Package rename

This commit is contained in:
Raoul Van den Berge
2016-10-19 21:49:03 +02:00
parent 4faea84289
commit cca8f230c7
307 changed files with 3779 additions and 3765 deletions

View File

@@ -81,7 +81,7 @@ task deobfJar(type: Jar) {
task apiJar(type: Jar, dependsOn: 'sourceMainJava') {
from sourceSets.main.allSource
from sourceSets.main.output
include 'refinedstorage/api/**/*'
include 'com/raoulvdberge/refinedstorage/api/**/*'
classifier 'api'
}