Release Plex v1.4

This commit is contained in:
2024-06-14 20:29:08 -05:00
parent e066d9b3a1
commit 5a1436afae
5 changed files with 17 additions and 17 deletions

View File

@ -1,13 +1,13 @@
plugins {
id("java")
id("maven-publish")
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.7"
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.8"
id("net.kyori.blossom") version "2.1.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("io.github.goooler.shadow") version "8.1.7"
}
group = "dev.plex"
version = "1.4-SNAPSHOT"
version = "1.4"
description = "Plex"
subprojects {
@ -15,7 +15,7 @@ subprojects {
apply(plugin = "maven-publish")
apply(plugin = "org.jetbrains.gradle.plugin.idea-ext")
apply(plugin = "net.kyori.blossom")
apply(plugin = "com.github.johnrengelman.shadow")
apply(plugin = "io.github.goooler.shadow")
repositories {
maven {