Skip to content

Commit eca4d59

Browse files
committed
WIP
1 parent ce12a65 commit eca4d59

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# A minimal Spring Boot project with Kotlin scripting
1+
# A minimal Spring Boot project using Kotlin scripting
22

33
## Introduction
44

@@ -16,6 +16,11 @@ Unfortunately, this doesn't actually work because the implementation uses its ow
1616
## The solution
1717
The workaround is to unpack the jars used by the scripts.
1818

19+
## Gradle vs. Maven
20+
I migrated my project (ProjectForge) from *Maven* to *Gradle*. In principle, unpacking fatjars with maven is also possible, but it is incredibly more complicated.
21+
22+
After a few hours I decided to invest the time in migrating to Gradle. This was also time-consuming, but it paid off in the end.
23+
1924
## This project
2025
This project contains sample code including a gradle setup that implements a minimal project with these requirements.
2126

0 commit comments

Comments
 (0)