Paul Merlin
Paul Merlin
Consider adding a feature to allow easy attachment of build reports such as test reports as Github Actions artifacts.
Hi, I successfully built basket on ubuntu karmic (commit 726f8196f16324e7600f56958f3372ce3039b3fa) and installed it using the installer.sh script in user home. When run the first time, popup an error dialog that...
It would be awesome to be able to run `pibakery` from the command line to load an exported setup file and use it to create a sd card in a...
@eriwen commented on [Wed Apr 25 2018](https://github.com/gradle/kotlin-dsl/issues/836) It looks like we don't have `Action` accepting overloads for [AbstractTestTask](https://github.com/gradle/gradle/blob/master/subprojects/testing-base/src/main/java/org/gradle/api/tasks/testing/AbstractTestTask.java) beforeSuite, afterSuite, beforeTest, afterTest, and onOutput methods. ### Expected Behavior I should...
**Groovy DSL ~18s** scenario: `first use of largeJavaMultiProject` template: `largeJavaMultiProject` [performance test results](https://builds.gradle.org/repository/download/Gradle_Check_PerformanceExperimentCoordinator/13348908:id/report-performance-performance-tests.zip%21/report/tests/first-use-of-largeJavaMultiProject.html) **Kotlin DSL ~75s** scenario: `first use of largeJavaMultiProjectKotlinDsl` template: `largeJavaMultiProjectKotlinDsl` [performance test results](https://builds.gradle.org/repository/download/Gradle_Check_PerformanceExperimentCoordinator/13348908:id/report-performance-performance-tests.zip%21/report/tests/first-use-of-largeJavaMultiProjectKotlinDsl.html) Both with: - clean...
Still requires a work around for https://github.com/gradle/gradle-native/issues/522, see the `settings.gradle.kts` file.
See https://youtrack.jetbrains.com/issue/KT-27747
API reference is generated from both Gradle Java sources and Gradle Script Kotlin Kotlin sources. `package-info.html` and `package-info.java` files present in the Gradle Java sources are ignored by dokka. See...
When dokka processes a Java type using the `@inheritDoc` tag in its Javadoc, it is rendered as is in the Dokka HTML output. I would be expected that it is...