at master 7 lines 74 B view raw
1plugins { 2 id('application') 3} 4 5application { 6 mainClass = 'Main' 7}