com.brambolt.gradle.pathing
Owner: Brambolt
A Gradle plug-in for creating pathing jars
https://github.com/brambolt/gradle-pathing
Sources: https://github.com/brambolt/gradle-pathing
Version 2022.01.01-5616
2022.01.01-5616
Created 01 January 2022.
A Gradle plug-in for creating pathing jars.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.brambolt.gradle.pathing") version "2022.01.01-5616"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.brambolt.gradle:brambolt-gradle-pathing:2022.01.01-5616") } } apply(plugin = "com.brambolt.gradle.pathing")
- Applying plugins to all subprojects .