-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove 'java' from junit5-jupiter-starter-maven-kotlin #104
Comments
I think the whole point was to have a mixed Java/Kotlin project, wasn‘t it? |
Yes. I should have directed it to be what is now described in #105 -- a Java/Kotlin JUnit 4/5 mash up using Maven, it has all a "junit-migration-..." sample project needs. A |
Ah, ok, that makes sense. 👍 |
…n + Kotlin + Jupiter happy. junit-team#104
Hello, please review #106 Regards, |
…n + Kotlin + Jupiter happy. junit-team#104
…Trim pom.xml down to the minimum of configurations needed to get Maven + Kotlin + Jupiter happy. Update readme accordingly. junit-team#104
…Trim pom.xml down to the minimum of configurations needed to get Maven + Kotlin + Jupiter happy. Update readme accordingly. Reformat kotlin classes with tabs instead of spaces. junit-team#104
…Trim pom.xml down to the minimum of configurations needed to get Maven + Kotlin + Jupiter happy. Update readme accordingly. Reformat kotlin classes with tabs instead of spaces. junit-team#104
It should, like the
junit5-jupiter-starter-gradle-kotlin
project, only contain the following directories:Main
src/main/kotlin
src/test/kotlin
Deliverables
java
fromjunit5-jupiter-starter-maven-kotlin
sample project.pom.xml
down to the minimum of configurations needed to get Maven + Kotlin + Jupiter happy.The text was updated successfully, but these errors were encountered: