Keegan Witt пре 7 година
родитељ
комит
6af81b4d19
2 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 2
      gradle/content.md
  2. 0 2
      groovy/content.md

+ 0 - 2
gradle/content.md

@@ -13,5 +13,3 @@ Note that if you are mounting a volume and the uid running Docker is not `1000`,
 Run this from the directory of the Gradle project you want to build.
 
 `docker run --rm -v "$PWD":/home/gradle/project -w /home/gradle/project %%IMAGE%% gradle <gradle-task>`
-
-**Note: Java 9 support is experimental**

+ 0 - 2
groovy/content.md

@@ -24,5 +24,3 @@ The local Grapes cache can be reused across containers by creating a volume and
 docker volume create --name grapes-cache
 docker run --rm -it -v grapes-cache:/home/groovy/.groovy/grapes %%IMAGE%%
 ```
-
-**Note: Java 9 and Java 10 support is experimental**