You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ci/docker-for-utbot-java.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ description: Setting up docker for UTBot Java building/debugging
11
11
It's available to download docker image with the environment for UTBot. The environment is also used in the crucial CI scripts focused on building project and running tests.
12
12
13
13
The docker image pre-installed environment includes:
14
-
1.*Java 11* + *JDK* package
15
-
3.*Gradle 7.4.2*
16
-
3.*Kotlin compiler 1.7.10*
14
+
1.*Java 17* + *JDK* package
15
+
3.*Gradle 7.6.1*
16
+
3.*Kotlin compiler 1.8.0*
17
17
18
18
It's based on Ubuntu [SOME VERSION].
19
19
@@ -29,14 +29,14 @@ Do the following steps to run tests in docker container:
0 commit comments