File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-20.04
1313
1414 steps :
15- # actions/checkout v1.* is needed for correct codecov upload, see https://github.com/actions/checkout/issues/237 for details
1615 - uses : actions/checkout@v2
17- # ensure that gradle wrapper files in repository are valid by checking checksums
18- - uses : gradle/wrapper-validation-action@v1
1916 - name : Set up JDK 11
2017 uses : actions/setup-java@v2
2118 with :
3330 name : gradle-test-report
3431 path : ' **/build/reports/'
3532 - name : Code coverage report
36- # disabled until repo is private
3733 uses : codecov/codecov-action@v2
3834 with :
3935 flags : unittests
Original file line number Diff line number Diff line change @@ -5,17 +5,12 @@ import org.jetbrains.kotlin.gradle.targets.jvm.tasks.KotlinJvmTest
55plugins {
66 alias(libs.plugins.kotlin.multiplatform)
77 jacoco
8- id(" com.github.ben-manes.versions" ) version " 0.39.0"
98}
109
1110configureVersioning()
1211group = " io.github.petertrr"
1312description = " A multiplatform Kotlin library for calculating text differences"
1413
15- repositories {
16- mavenCentral()
17- }
18-
1914kotlin {
2015 explicitApi()
2116
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3-bin.zip
3+ distributionSha256Sum =23b89f8eac363f5f4b8336e0530c7295c55b728a9caa5268fdd4a532610d5392
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
45zipStoreBase =GRADLE_USER_HOME
56zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11rootProject.name = " kotlin-multiplatform-diff"
2- enableFeaturePreview(" VERSION_CATALOGS" )
2+ enableFeaturePreview(" VERSION_CATALOGS" )
3+
4+ dependencyResolutionManagement {
5+ repositories {
6+ mavenCentral()
7+ }
8+ }
You can’t perform that action at this time.
0 commit comments