serpro69 / semver.kt

Semantic versioning gradle plugin via git tags, plus a kotlin implementation of semver spec and a semantic release versioning library
MIT License
7 stars 2 forks source link

Add functional tests for gradle version compatibility #4

Closed serpro69 closed 11 months ago

serpro69 commented 11 months ago

Also tried to fix issue with running tests in intellij where InvalidPluginMetadataException would be thrown with following message:

Test runtime classpath does not contain plugin metadata file 'plugin-under-test-metadata.properties'

At the same time it's working fine from command line. One of commits here attempted to fix that, but it seems that I've just been running tests with kotest in intellij instead of gradle, which is why they were failing in the first place...