Róbert Papp
Róbert Papp
https://github.com/gradle-nexus/publish-plugin/blob/ab77ce3d5321b7f43bf0fd4e5bc18e184424c29c/build.gradle.kts#L100-L111
This recurred again with Java 11 v 17 https://github.com/TWiStErRob/net.twisterrob.gradle/pull/502/checks?check_run_id=13867995214  3 tests use specific classes from the AGP/tools jars, which are now (as of 8.2.0-alpha03) compiled to Java 17 class...
Idea: maintain a single source of truth for supported combinations, including each patch version. Create tasks for each of those, but only run the latest patch / specific combinations on...
> Note: for some reason ... is also enough, even though the default DaemonParameters is 512M is because of https://github.com/gradle/gradle/issues/19750
Started in `fix276`
Based on https://stackoverflow.com/a/37394267/253468 ```kotlin class Xml private constructor() class Java private constructor() fun text(@Language("xml") xml: String, vararg type: Xml, indent: Boolean = false) {} fun text(@Language("java") java: String, vararg type:...
Example: https://github.com/github/docs/pull/21577
Move indentation to lower levels. ```patch Index: quality/src/main/resources/violations.xsl IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/quality/src/main/resources/violations.xsl b/quality/src/main/resources/violations.xsl --- a/quality/src/main/resources/violations.xsl +++ b/quality/src/main/resources/violations.xsl @@ -170,7 +170,7 @@ - + @@...
The problem in OP is that `
Have a look into `` and ``