From b07f2c730e78ee70fded237c8561f4fa8ada9caf Mon Sep 17 00:00:00 2001 From: Cedric Champeau Date: Fri, 4 Feb 2022 11:58:53 +0100 Subject: [PATCH] Disable testing for Maven on Windows too Since this is also failing in strange ways. --- .../{maven-windows.yml => maven-windows.yml.disabled} | 0 docs/src/docs/asciidoc/index.adoc | 4 ++++ 2 files changed, 4 insertions(+) rename .github/workflows/{maven-windows.yml => maven-windows.yml.disabled} (100%) diff --git a/.github/workflows/maven-windows.yml b/.github/workflows/maven-windows.yml.disabled similarity index 100% rename from .github/workflows/maven-windows.yml rename to .github/workflows/maven-windows.yml.disabled diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index 27bceb717..4b3a25795 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -22,6 +22,10 @@ If you are interested in contributing, please refer to our https://github.com/gr * Native testing support can now be explicitly disabled via `skipNativeTests`. - See <> for details. +==== Gradle plugin + +* Fixed `nativeRun` not working properly under Windows + === Release 0.9.9 ==== Gradle plugin