Ivan Gavrilovic

Results 6 comments of Ivan Gavrilovic

Not sure if this is the best place, but could there be a flag to specify the Java source version of the generate code. In the AGP, this is controlled...

Using the attached project [repro.zip](https://github.com/gradle/gradle/files/8682420/repro.zip) and running `./gradlew mytask` fails with gradle 7.4.2, while it passes with 7.3.3. Note that the local Maven repo is valid, containing valid Maven metadata....

Interestingly, adding at least one attribute to the configuration seems to fix the problem: ``` // Passes configurations { myconf.defaultDependencies { it.add(project.dependencies.create('org.jetbrains.kotlin:kotlin-stdlib-common:1.7.255-SNAPSHOT')) } myconf { attributes { attribute(Usage.USAGE_ATTRIBUTE, objects.named(Usage, "false-value"))...

Please do note that if this **must** run only once, build services do not have such guarantee ( see https://github.com/gradle/gradle/issues/18586). If this is only a performance optimization, and there could...

@hungvietnguyen Can you please trigger an `arr` run for this PR?