This commit is contained in:
Alejandro
2020-09-28 12:11:24 -05:00
parent 491aa030b0
commit e220977eef
+1 -1
View File
@@ -15,7 +15,7 @@
<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>8</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>
</properties> </properties>