File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ plugins {
6060 id(" java-gradle-plugin" )
6161 `kotlin- dsl`
6262 id(" maven-publish" )
63- id(" maven" )
64- id(" net.minecrell.licenser" ) version " 0.4.1"
63+ id(" org.cadixdev.licenser" ) version " 0.6.0"
6564}
6665
6766group = " net.flintmc"
@@ -112,13 +111,13 @@ java {
112111}
113112
114113license {
115- header = rootProject.file(" LICENSE-HEADER" )
114+ header( rootProject.file(" LICENSE-HEADER" ) )
116115 include(" **/*.java" )
117116 include(" **/*.kts" )
118117
119118 tasks {
120119 create(" gradle" ) {
121- files = project.files(" build.gradle.kts" , " settings.gradle.kts" )
120+ files( project.files(" build.gradle.kts" , " settings.gradle.kts" ) )
122121 }
123122 }
124123}
Original file line number Diff line number Diff line change 11# Mon Jun 29 10:09:42 CEST 2020
2- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -all.zip
2+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -all.zip
33distributionBase =GRADLE_USER_HOME
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments