com.sourcegraph.gradle
Owner: Sourcegraph
Plugin to generate javaconfig from Gradle scripts
https://about.sourcegraph.com/
Sources: https://github.com/sourcegraph/javaconfig-gradle-plugin
Version 1.0-SNAPSHOT
1.0-SNAPSHOT
Created 08 May 2018.
Plugin to generate javaconfig from Gradle scripts
Add this plugin to your build using the plugins DSL:
plugins {
id("com.sourcegraph.gradle") version "1.0-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.sourcegraph:gradle:1.0-SNAPSHOT") } } apply(plugin = "com.sourcegraph.gradle")
- Applying plugins to all subprojects .