Skip to content

Commit 33e2bab

Browse files
committed
Update build.gradle
1 parent 05a6c09 commit 33e2bab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ version '1.0-SNAPSHOT'
1212
sourceCompatibility = '11'
1313
targetCompatibility = '11'
1414

15-
application.mainModule = 'jtorrent'
16-
mainClassName = "jtorrent.Main"
15+
application {
16+
mainModule = 'jtorrent'
17+
mainClass = 'jtorrent.application.presentation.Main'
18+
}
1719

1820
repositories {
1921
mavenCentral()

0 commit comments

Comments
 (0)