Skip to content

Commit 5c882ca

Browse files
Update template to follow recommendations
1 parent 215f88f commit 5c882ca

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ plugins {
55
group = "com.mycompany"
66
version = "0.1.0-RC"
77

8+
microej{
9+
//Uncomment to skip checkers on a dependency
10+
//skipCheckers("ej.api:edc:1.3.7", "readme,license,changelog")
11+
}
12+
813
dependencies {
9-
//Uncomment to skip the checks on this dependency
10-
microejModule("ej.api:edc:1.3.7")//?.let {
11-
// microej.skipCheckers(it, "readme,license,changelog")
12-
//}
14+
microejModule("ej.api:edc:1.3.7")
1315

1416
//Uncomment to include multiple versions of EDC in your project
1517
//microejModule("ej.api:edc:1.3.3")

module-repository.gradle.kts.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ dependencyResolutionManagement {
8282
setM2compatible(true)
8383
}
8484
}
85+
mavenCentral()
8586
}
8687
}
8788
pluginManagement {
@@ -160,5 +161,7 @@ pluginManagement {
160161
setM2compatible(true)
161162
}
162163
}
164+
mavenCentral()
165+
gradlePluginPortal()
163166
}
164167
}

0 commit comments

Comments
 (0)