diff --git a/rest-server/src/main/resources/static/index.html b/rest-server/src/main/resources/static/index.html index 9844ddc7b..5f3aca6f4 100644 --- a/rest-server/src/main/resources/static/index.html +++ b/rest-server/src/main/resources/static/index.html @@ -188,7 +188,8 @@ {id: 'NODEJS', name: 'JavaScript (Node.js)'}, {id: 'PYTHON', name: 'Python'}, {id: 'SPRING', name: 'Spring Boot: Java build with Maven'}, - {id: 'SPRING_GRADLE', name: 'Spring Boot: Java build with Gradle'} + {id: 'MICRONAUT', name: 'Micronaut: Java build with Maven'}, + {id: 'MICRONAUT_GRADLE', name: 'Micronaut: Java build with Gradle'} ], ascRuntimes:[ {id: 'SPRING', name: 'Spring Boot: Java build with Maven'},