From b5cc3646481a15d51cd900fc244763d7e03675ba Mon Sep 17 00:00:00 2001 From: Vankka Date: Sat, 24 Jun 2023 19:09:12 +0300 Subject: [PATCH] Fix api project dependency not working on latest IntelliJ --- api/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/build.gradle b/api/build.gradle index ce8b2df7..e5a0e4ae 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -37,7 +37,8 @@ java { } jar { - from sourceSets.ap.output + from sourceSets.ap.output.classesDirs + from sourceSets.ap.output.resourcesDir } //license {