public class SolidityCompilerConfig
extends Object
Created by davidroon on 18.09.16.
This code is released under Apache 2 license
# Solidity options
solc {
# Full path to solc executable
# If path is not provided, bundled Solidity Compiler is used
path=null
}