mirror of
https://gitlab.com/restcountries/restcountries.git
synced 2026-03-31 15:07:46 +01:00
Java 14?
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>dev.amatos.restcountries</groupId>
|
<groupId>dev.amatos.restcountries</groupId>
|
||||||
<artifactId>dev.amatos.restcountries</artifactId>
|
<artifactId>dev.amatos.restcountries</artifactId>
|
||||||
@@ -15,9 +16,10 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<jdk.version>14</jdk.version>
|
<jdk.version>14</jdk.version>
|
||||||
<!-- If you are building with JDK 9 or higher, you can uncomment the lines below to set the release version -->
|
<!-- If you are building with JDK 9 or higher, you can uncomment the lines below to set the release version -->
|
||||||
<release.version>14</release.version>
|
<release.version>14</release.version>
|
||||||
<micronaut.version>2.0.1</micronaut.version>
|
<micronaut.version>2.0.1</micronaut.version>
|
||||||
<exec.mainClass>dev.amatos.restcountries.Application</exec.mainClass>
|
<exec.mainClass>dev.amatos.restcountries.Application</exec.mainClass>
|
||||||
|
<java.version>14</java.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|||||||
Reference in New Issue
Block a user