Search Gradle plugins

io.github.opencubicchunks.javaheaders

Compile time transformation of dependencies using C-style headers syntax

https://github.com/OpenCubicChunks/javaheaders

Sources: https://github.com/OpenCubicChunks/javaheaders

Version 1.2.4

1.2.4

Created 20 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.4"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.opencubicchunks:javaheaders:1.2.4")
      }
    }
    
    apply(plugin = "io.github.opencubicchunks.javaheaders")
  • Applying plugins to all subprojects .