Back to snapshot

This commit is contained in:
2022-06-14 00:17:19 -05:00
committed by GitHub
parent 1d0fb85fa1
commit 6763e12d81

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')
}
}