plugins { `java-library` } group = "io.gitlab.jfronny.gson" version = "1.0-SNAPSHOT" repositories { mavenCentral() maven("https://gitlab.com/api/v4/projects/35745143/packages/maven") // Commons } dependencies { api("io.gitlab.jfronny:commons-gson:2022.10.22+20-29-33") } tasks.getByName("test") { useJUnitPlatform() }