zshamrock / dynoman

DynamoDB management UI
GNU General Public License v3.0
7 stars 0 forks source link

Configure gradle to run kotlintests #208

Open zshamrock opened 5 years ago

zshamrock commented 5 years ago

Even though everything is configured as per documentation running ./gradlew test doesn't actually run any tests (although they are running fine from IDEA).

So have to understand on why, and enable running kotlintests from the Gradle.