You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Graal Development Kit for Micronaut (GDK)
2
2
3
-
Graal Development Kit for Micronaut (GDK) is a curated set of open source Micronaut® framework modules designed from the ground up to be compiled ahead-of-time with GraalVM Native Image resulting in native executables ideal for microservices.
3
+
[Graal Development Kit for Micronaut (GDK)](https://graal.cloud/gdk/) is a curated set of open source Micronaut® framework modules designed from the ground up to be compiled ahead-of-time with GraalVM Native Image resulting in native executables ideal for microservices.
4
4
With GDK, you can build portable cloud-native Java microservices that start instantly and use fewer resources to reduce compute costs.
Copy file name to clipboardExpand all lines: buildSrc/src/main/groovy/cloud/graal/gdk/dependencies/DependenciesSourceGenerator.groovy
+4-2
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ abstract class DependenciesSourceGenerator extends DefaultTask {
85
85
writer.println()
86
86
writer.println('public class GdkDependencies {')
87
87
writer.println(' public static final Map<String, Dependency> ALL_DEPENDENCIES;')
88
+
writer.println(' public static final String GRAALVM_METADATA_REPOSITORY_VERSION = '+'"%s";'.formatted(versionCatalog.get().findVersion("graalvm-metadata-version").get()) )
This submodule is a reusable library contains most of the code for the CLI except for the main class and the build configuration to enable running the CLI.
3
+
This submodule is a reusable library containing most of the code for the CLI except for the main class and the build configuration to enable running the CLI.
0 commit comments