]> source.dussan.org Git - aspectj.git/commitdiff
Add TODO to maven.yml for switch to JDK 18 final
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 23 Mar 2022 05:53:17 +0000 (12:53 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 23 Mar 2022 05:53:17 +0000 (12:53 +0700)
TODO: switch from 18-ea to 18, as soon as Temurin offers the download
on https://adoptium.net/releases.html.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
.github/workflows/maven.yml

index 3e2564c77fea746000cdf32e4555f311db8dedc3..0a013bf15b1ac61e54d82e1382a19dec2665142d 100644 (file)
@@ -19,6 +19,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
+        # TODO: switch from 18-ea to 18, as soon as Temurin offers the download on https://adoptium.net/releases.html
         java: [ 11, 17, 18-ea ]
 
     runs-on: ubuntu-latest