Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Suqatri committed Nov 17, 2022
1 parent 4bad80d commit c971ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

group 'dev.redicloud'

version '1.7.0' + getCommitHash() + '-SNAPSHOT'
version '1.7.0' + getCommitHash() + '-RELEASE'

nexusPublishing {
repositories {
Expand Down Expand Up @@ -196,7 +196,7 @@ allprojects {
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'maven-publish'

version '1.7.0-' + getCommitHash() + '-SNAPSHOT'
version '1.7.0-' + getCommitHash() + '-RELEASE'

sourceCompatibility = '1.8'

Expand Down

0 comments on commit c971ae5

Please sign in to comment.