Package rename
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user