Update signing Gradle plugin

(cherry picked from commit 0f74304b0e)
This commit is contained in:
modmuss50 2022-12-11 15:41:34 +00:00
parent 82a27017d9
commit 996b7d73fc

View file

@ -15,7 +15,7 @@ plugins {
id "org.ajoberstar.grgit" version "3.1.0"
id "com.matthewprenger.cursegradle" version "1.4.0"
id "com.modrinth.minotaur" version "2.4.3"
id "me.modmuss50.remotesign" version "0.3.0" apply false
id "me.modmuss50.remotesign" version "0.4.0" apply false
}
def ENV = System.getenv()