r8 icon indicating copy to clipboard operation
r8 copied to clipboard

build fail

Open OrenGitHub opened this issue 4 years ago • 1 comments

Hi! I can't seem to build your project:

$ ../../Downloads/gradle-6.7/bin/gradle build

FAILURE: Build failed with an exception.

* Where:
Build file '~/GIT/r8/build.gradle' line: 9

* What went wrong:
A problem occurred evaluating root project 'r8'.
> Failed to apply plugin 'com.google.protobuf'.
   > Could not create an instance of type com.google.protobuf.gradle.ProtobufSourceDirectorySet.
      > 'void org.gradle.api.internal.file.DefaultSourceDirectorySet.<init>(java.lang.String, java.lang.String, org.gradle.api.internal.file.FileResolver, org.gradle.api.internal.file.collections.DirectoryFileTreeFactory)'

OrenGitHub avatar Apr 05 '21 09:04 OrenGitHub

This repo is mirrored from Google's repo https://r8.googlesource.com/r8, you can get the latest code from Google's repository and try it out。

inferjay avatar Apr 07 '21 02:04 inferjay