apply plugin: 'java' jar { manifest { attributes 'Main-Class': 'edu.nyu.cs.fb1258.CalculatorProgram' } }