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.19.2
3.19.2
Created 13 December 2022.
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.19.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.neow3j:gradle-plugin:3.19.2") } } apply(plugin = "io.neow3j.gradle-plugin")
- Applying plugins to all subprojects .