We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22c63b commit b32d72cCopy full SHA for b32d72c
build.gradle.kts
@@ -5,11 +5,11 @@ plugins {
5
id("java-library")
6
id("com.vanniktech.maven.publish") version "0.34.0"
7
id("com.gradleup.shadow") version "9.2.2"
8
- id("org.allaymc.gradle.plugin") version "0.1.2"
+ id("org.allaymc.gradle.plugin") version "0.2.0"
9
}
10
11
group = "org.allaymc"
12
-version = "0.1.1-SNAPSHOT"
+version = "0.1.2-SNAPSHOT"
13
description = "The official placeholder api for Allay"
14
15
allay {
0 commit comments