We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3daeb73 commit 72b3e79Copy full SHA for 72b3e79
frameworks/Java/t-io/README.md
@@ -10,7 +10,8 @@ These implementations use the t-io's controller.
10
11
12
## Versions
13
-3.8.6.v20240801-RELEASE (https://gitee.com/tywo45/t-io)
+* [Java OpenJDK 17](http://openjdk.java.net/)
14
+* [t-io 3.8.6.v20240801-RELEASE](https://github.com/tywo45/t-io)
15
16
## Test URLs
17
frameworks/Java/t-io/pom.xml
@@ -12,6 +12,7 @@
</parent>
<properties>
+ <java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
18
<maven.compiler.target>11</maven.compiler.target>
0 commit comments