Remove semver plugin

This commit is contained in:
embeddedt 2023-04-25 14:40:26 -04:00
parent 2012b60832
commit 50c6207f8c
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -5,7 +5,6 @@ plugins {
id 'com.palantir.git-version' version '1.0.0'
id 'se.bjurr.gitchangelog.git-changelog-gradle-plugin' version '1.79.0'
id "com.modrinth.minotaur" version "2.+"
id "com.javiersc.semver" version "0.5.0-alpha.2"
}
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8