summaryrefslogtreecommitdiff
path: root/enigma-cli/build.gradle
blob: 3ee123962d9faaf019a8a7a7caa4ea7c9dda4b56 (plain) (blame)
1
2
3
4
5
dependencies {
    implementation project(':enigma')
}

jar.manifest.attributes 'Main-Class': 'cuchaz.enigma.command.Main'