We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7245b commit 7f8569dCopy full SHA for 7f8569d
build.gradle
@@ -104,6 +104,7 @@ tasks.register('r8Jar', JavaExec) { task ->
104
def rules = file('r8-rules.txt')
105
task.dependsOn(tasks.shadowJar)
106
task.outputs.file(r8File)
107
+ task.inputs.files shadowJar.getArchiveFile()
108
109
task.classpath(configurations.r8)
110
task.main = 'com.android.tools.r8.R8'
0 commit comments