Fix api project dependency not working on latest IntelliJ

This commit is contained in:
Vankka 2023-06-24 19:09:12 +03:00
parent 8e79c7abf3
commit b5cc364648
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0

View File

@ -37,7 +37,8 @@ java {
} }
jar { jar {
from sourceSets.ap.output from sourceSets.ap.output.classesDirs
from sourceSets.ap.output.resourcesDir
} }
//license { //license {