sergeykad
sergeykad
Running the TypeScriptGenerator version 3.0.1157 on Gradle 7.5 results in the following warning message: >Invocation of Task.project at execution time has been deprecated. This will fail with an error in...
**Describe the bug** Running build with `jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'` causes compilation failure due to missing shouldYield field in the `org.openjdk.jmh.runner.InfraControl` class. Downgrading back to version 1.36 resolves the issue. ``` if...
**Describe the bug** jmhCompileGeneratedClasses task fails with `error: plug-in not found: ErrorProne` message. There is a similar issue described here: https://github.com/tbroyer/gradle-errorprone-plugin/issues/19 **To Reproduce** Steps to reproduce the behavior: 1. Add...
If I don't execute `kubectl config set-context --current --namespace="$ENVIRONMENT"` before creating a relay, an error occurs. However, when the default namespace is set, the process works correctly. The relay command...
Lombok is required at compile time only. The dependency should be configured as `provided`. See the documentation here: https://projectlombok.org/setup/maven
Running on Gradle 8.6 with enabled configuration cache results in the following failure: ``` * What went wrong: Some problems were found with the configuration of task ':mymodule:generateJsonSchema2DataClassConfigMain' (type 'Js2pGenerationTask')....
Using the new Gradle build caching can really speed up build execution.
### Shadow Version 1.2.3 ### Gradle Version 2.14 ### Expected Behavior: There will be an option to control this behavior, preferably using filters ### Actual Behavior: All constants are changed...
The plugin declares repositories, effectively ignoring the repositories declared in the settings. Steps to reproduce the behavior: Declare repositories in `settigs.gradle` For example the following can be used: ```groovy dependencyResolutionManagement...
Cannot use the latest version, since it is not available in the [Maven repository.](https://mvnrepository.com/artifact/com.github.bsideup.jabel/jabel-javac-plugin)