io.github.opencubicchunks.javaheaders
Owner: Tom Martin
Compile time transformation of dependencies using C-style headers syntax
https://github.com/OpenCubicChunks/javaheaders
Sources: https://github.com/OpenCubicChunks/javaheaders
Version 1.2.1
1.2.1
Created 16 August 2022.
Compile time transformation of dependencies using C-style headers syntax
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.opencubicchunks.javaheaders") version "1.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.opencubicchunks:javaheaders:1.2.1") } } apply(plugin = "io.github.opencubicchunks.javaheaders")
- Applying plugins to all subprojects .