Skip to content

Commit 1a3b0b5

Browse files
author
Obaied
committed
Update makeJar task
1 parent 63efc37 commit 1a3b0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adjust/adjust/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ task clearJar(type: Delete) {
2525
}
2626

2727
task makeJar(type: Copy) {
28-
from('build/intermediates/bundles/default/')
28+
from('build/intermediates/bundles/debug/')
2929
into('build/outputs/')
3030
include('classes.jar')
3131
rename ('classes.jar', "adjust-${getVersionName()}.jar")

0 commit comments

Comments
 (0)