Skip to content

Instantly share code, notes, and snippets.

View joshmg's full-sized avatar
💭
Current Projects: Bitcoin Verde

Joshua Green joshmg

💭
Current Projects: Bitcoin Verde
  • Software Verde, LLC
  • Columbus, OH
View GitHub Profile
task makeJar(type: Jar) {
manifest {
attributes 'Implementation-Title': 'APPLICATION NAME',
'Implementation-Version': version,
'Main-Class': 'com.softwareverde.APPLICATION.Main'
}
baseName = project.name
doFirst {