apply plugin: 'java' apply plugin: 'jacoco' apply plugin: 'application' mainClassName = 'JavaWetterkram.WetterApp' run { standardInput = System.in } repositories { jcenter() } dependencies { implementation 'org.json:json:20250107' testCompile 'junit:junit:4.12' }