We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2303e53 + 3f2591c commit 26302afCopy full SHA for 26302af
2 files changed
memex/build.gradle
@@ -10,9 +10,8 @@ version = '1.0'
10
description = 'MongoDB Enterprise Microservice Examples'
11
12
java {
13
- toolchain {
14
- languageVersion = JavaLanguageVersion.of(17)
15
- }
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
16
}
17
18
repositories {
memex/pom.xml
@@ -204,8 +204,7 @@
204
<plugin>
205
<groupId>org.apache.maven.plugins</groupId>
206
<artifactId>maven-failsafe-plugin</artifactId>
207
- <!-- TODO: Update to latest version once the bug in 3.5.3 is fixed: https://github.com/apache/maven-surefire/issues/834 -->
208
- <version>3.5.2</version>
+ <version>3.5.4</version>
209
<executions>
210
<execution>
211
<goals>
0 commit comments