From 3dfde818d3a42116445d1c90ada770c7d0189f01 Mon Sep 17 00:00:00 2001 From: Leijurv Date: Tue, 11 Sep 2018 11:29:54 -0700 Subject: [PATCH] api source set --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8a2639f8..1ab9fe8d 100755 --- a/build.gradle +++ b/build.gradle @@ -87,5 +87,5 @@ mixin { } jar { - from sourceSets.launch.output + from sourceSets.launch.output, sourceSets.api.output }