Skip to content

Commit

Permalink
Revert reckon version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Jun 6, 2023
1 parent 369608b commit f485f60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id 'fabric-loom' version '1.1-SNAPSHOT'
id 'maven-publish'
id 'com.modrinth.minotaur' version '2.+'
id 'org.ajoberstar.reckon' version '0.16.1'
id 'org.ajoberstar.reckon' version '0.13.0'
}
apply plugin: 'dex.plugins.outlet'

Expand All @@ -31,7 +31,8 @@ loom {
}

reckon {
stages('beta', 'rc', 'final')
scopeFromProp()
stageFromProp('beta', 'rc', 'final')
}

repositories {
Expand Down

0 comments on commit f485f60

Please sign in to comment.