com.bookkeepersmc.mappings-creator
Owner: CrypticVerse
The main plugin for Mappings Creator. Includes all other plugins
https://github.com/BookkeepersMC/mappings-creator
Sources: https://github.com/BookkeepersMC/mappings-creator
Version 1.0.0 (latest)
1.0.0
Created 19 November 2024.
The main plugin for Mappings Creator. Includes all other plugins
Using the plugins DSL:
plugins {
id("com.bookkeepersmc.mappings-creator") version "1.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.bookkeepersmc:mappings-creator:1.0.0")
}
}
apply(plugin = "com.bookkeepersmc.mappings-creator")
Using the plugins DSL:
plugins {
id "com.bookkeepersmc.mappings-creator" version "1.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.bookkeepersmc:mappings-creator:1.0.0"
}
}
apply plugin: "com.bookkeepersmc.mappings-creator"