io.neow3j.gradle-plugin
Owner: Guil. Sperb Machado
Gradle plugin to compile Java smart contracts to NeoVM
https://github.com/neow3j/neow3j
Sources: https://github.com/neow3j/neow3j
Version 3.7.0
3.7.0
Created 22 February 2021.
Gradle plugin to compile Java smart contracts to NeoVM
Add this plugin to your build using the plugins DSL:
plugins {
id("io.neow3j.gradle-plugin") version "3.7.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.neow3j:gradle-plugin:3.7.0") } } apply(plugin = "io.neow3j.gradle-plugin")
- Applying plugins to all subprojects .