-
hello I'm not able to use this plugin in my PGB project.
I removed all plugins but this one and I cannot build. The error is:
Could not find method google() for arguments [] on repository containe…
-
I'm not sure if this is related to #191 or not, but I'm having trouble getting Gretty to properly pull in my dependencies. When using jetty8 or jetty9, I see the following debug output:
```
18:01:02.…
-
Thank for the lib, this seems to be a required one !
However I didn't succeed to runt it.
1/ I get error :
Execution failed for task ':app:transformLogLifeCycleProcessorDebug'.
> Could not execute …
-
### TestNG Version
Latest version: 7.5
### Expected behavior
When u have multiple tests with @Test(group="group") methods and one @BeforeGroups(value = "group", alwaysRun = true) in a multi-t…
-
``` java
// Generated by Dagger (https://dagger.dev).
package com.zhuinden.simplestackmultimodule.application.injection;
import com.zhuinden.simplestackmoduleexample.common.ScopedService;
import…
-
Hi,
I have a file dependency which I would like to exclude when building the shadow jar.
Didn't find any way to do that. Is it currently supported?
dependencies {
compile ...
compile files('c…
-
I get "Classpath-is-incomplete" error when i try to open a file inside a multi-module maven project.
The layout of the project is similar to this:
![image](https://user-images.githubusercontent.c…
-
https://medium.com/square-corner-blog/okio-2-6f6c35149525
This would be very helpful to this project because it already have some Kotlin idioms.
-
Truth be told, the documentation available [here](https://docs.gradle.org/current/userguide/variant_attributes.html) reads as if it was written for folks that were already familiar with it or asking f…
-
I am trying to utilize Dagger multibinding capabilities to abstract away some menial work.
I have a multi module Gradle project and I am using `@IntoMap` multibindings in feature modules to then use…