There was an error while loading. Please reload this page.
2 parents 2fde37a + f9be814 commit 80c27ebCopy full SHA for 80c27eb
1 file changed
build.gradle
@@ -0,0 +1,11 @@
1
+plugins {
2
+ id 'io.micronaut.application' version '4.4.4' apply false
3
+ id 'io.micronaut.aot' version '4.4.4' apply false
4
+ id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
5
+}
6
+
7
+subprojects {
8
+ repositories {
9
+ mavenCentral()
10
+ }
11
0 commit comments