Skip to content

Instantly share code, notes, and snippets.

@PhoenixVX
PhoenixVX / build.gradle
Created August 30, 2024 21:42
build.gradle
plugins {
id 'java-library'
id 'maven-publish'
}
group = 'org.mcphackers'
archivesBaseName = 'launchwrapper'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8