Back to snapshot

This commit is contained in:
Telesphoreo 2022-06-14 00:17:19 -05:00 committed by GitHub
parent 1d0fb85fa1
commit 6763e12d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ plugins {
}
group = "dev.plex"
version = "1.1.1"
version = "1.2-SNAPSHOT"
description = "Plex"
subprojects {
@ -70,4 +70,4 @@ task copyJars(type: Copy, dependsOn: subprojects.jar) {
from(subprojects.jar)
from(subprojects.shadowJar)
into project.file('build/libs')
}
}