Jonathan Herriott

Results 10 issues of Jonathan Herriott

I get an error when trying to compile my project using jarjar: ``` Caused by: org.gradle.api.internal.tasks.DefaultTaskContainer$TaskCreationException: Could not create task ':mysdk:jarjar-1'. at org.gradle.api.internal.tasks.DefaultTaskContainer.taskCreationException(DefaultTaskContainer.java:715) at org.gradle.api.internal.tasks.DefaultTaskContainer.access$600(DefaultTaskContainer.java:76) at org.gradle.api.internal.tasks.DefaultTaskContainer$2.call(DefaultTaskContainer.java:303) at org.gradle.api.internal.tasks.DefaultTaskContainer$2.call(DefaultTaskContainer.java:292) at...

I've run into an issue where I cannot include one of the classes in the dependency and I need to remove it and replace with a version I have written...

Since jcenter is deprecated, can we get the artifacts for this moved over to mavencentral? https://repo1.maven.org/maven2/com/

### Steps to reproduce * JaCoCo version: 0.8.7.202105040129 * Operating system: OS X Version 12.5.1 * Tool integration: See sample project * Complete executable reproducer: See attached tgz for Android...

type: bug :bug:

**Describe the issue** For some reason just doing the following in the module: ``` plugins { ... id 'com.kezong.fat-aar' } ``` Causes a silent pass the androidTests by not running...

It would be nice to be able to have untagged versions use a different pattern. More specifically, if it isn't a tag, I'd actually like it to be 0.0.0- as...

I attempted to follow the example on how to set up injecting a license for a project which the tool isn't able to find, however, it doesn't actually affect the...

Trying this version fails due to changes in metalava command line options. More specifically the visibility modifiers such as "--protected" are no longer available.

enhancement

I installed boot2docker (1.3.1) and installed docker (1.3.1) my my OS X 10.10 system. I set up boot2docker by: ``` $ boot2docker init $ boot2docker up $ export DOCKER_HOST=tcp://192.168.59.103:2376 $...

I was attempting to use this w/ a newer version of the android plugin library: ``` id 'com.android.library' version '7.1.0' ``` If I don't add the monkeyPatch section, I get...