File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ buildscript {
44 repositories {
55 maven { url ' https://plugins.gradle.org/m2/' }
66 }
7- dependencies {
8- classpath ' com.netflix.nebula:gradle-ospackage-plugin:6.1.1'
9- }
107}
118
12- apply plugin : ' java'
13- apply plugin : ' java-library'
14- apply plugin : ' application'
15- apply plugin : ' nebula.ospackage-application'
16- apply plugin : ' idea'
9+ plugins {
10+ id " java"
11+ id " java-library"
12+ id " application"
13+ id " nebula.ospackage-application" version " 8.0.3"
14+ id " idea"
15+ }
16+
1717idea. module. outputDir file(" out/production/classes" )
1818
1919group = ' ai.swim'
Original file line number Diff line number Diff line change 1- # Thu Dec 05 13:22:13 GMT 2019
2- distributionUrl =https\://services.gradle.org/distributions/gradle-5.2 .1-all.zip
1+ # Thu Dec 05 14:19:49 GMT 2019
2+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.0 .1-all.zip
33distributionBase =GRADLE_USER_HOME
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments