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.
2 parents 311323e + 79d442e commit 17dc6afCopy full SHA for 17dc6af
pom.xml
@@ -42,8 +42,8 @@
42
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
43
<cyclonedx-maven-plugin.version>2.7.9</cyclonedx-maven-plugin.version>
44
45
- <maven.compiler.source>1.8</maven.compiler.source>
46
- <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>11</maven.compiler.target>
47
<netbeans.hint.license>gpl30</netbeans.hint.license>
48
</properties>
49
<name>NextCloud Java API library</name>
0 commit comments