Learn the Gradle Build Script Basics in 12 Minutes

Learn the Gradle Build Script Basics in 12 Minutes

Tom Gregory Tech

1 год назад

7,392 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@s-w
@s-w - 17.10.2022 01:19

Have you tried kotlin for the fun of it?

Ответить
@dennisfrye8240
@dennisfrye8240 - 29.08.2022 15:23

😻 ρяσмσѕм

Ответить
@bradleyturek
@bradleyturek - 23.08.2022 21:33

Thanks for the video! I could be wrong about this, but I think the manifest issue will sort itself if you just tell the application plugin which is the main class, like this:

application {
mainClass = 'org.gradle.sample.Main'
}

Ответить