Skip to content

Commit

Permalink
Change gradle github release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
spinscale committed May 25, 2021
1 parent b0ff715 commit a091ff8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ buildscript {

plugins {
id "de.undercouch.download" version "4.1.1"
id "co.riiid.gradle" version "0.4.2"
// the old co.riiid.gradle is not gradle 7.0 compatible
id "com.github.humblerookie.gradle" version "0.4.4"
id "com.github.ben-manes.versions" version '0.33.0'
id 'de.thetaphi.forbiddenapis' version '3.1'
}
Expand Down

0 comments on commit a091ff8

Please sign in to comment.