org.web3j.solidity
Owner: Xavier Arias
Gradle plugin providing tasks to compile Solidity contracts.
Sources: https://github.com/web3j/solidity-gradle-plugin
Version 0.3.5
0.3.5
Created 20 May 2022.
Gradle plugin providing tasks to compile Solidity contracts.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.web3j.solidity") version "0.3.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.web3j.solidity:solidity-gradle-plugin:0.3.5") } } apply(plugin = "org.web3j.solidity")
- Applying plugins to all subprojects .