-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# This is a Gradle generated file for dependency locking. | ||
# Manual edits can break the build and are not advised. | ||
# This file is expected to be part of source control. | ||
ch.qos.logback:logback-classic:1.2.3=testRuntimeClasspath | ||
ch.qos.logback:logback-core:1.2.3=testRuntimeClasspath | ||
junit:junit:4.13.1=testCompileClasspath,testRuntimeClasspath | ||
org.assertj:assertj-core:3.18.1=testCompileClasspath,testRuntimeClasspath | ||
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath | ||
org.jacoco:org.jacoco.agent:0.8.5=jacocoAgent,jacocoAnt | ||
org.jacoco:org.jacoco.ant:0.8.5=jacocoAnt | ||
org.jacoco:org.jacoco.core:0.8.5=jacocoAnt | ||
org.jacoco:org.jacoco.report:0.8.5=jacocoAnt | ||
org.ow2.asm:asm-analysis:7.2=jacocoAnt | ||
org.ow2.asm:asm-commons:7.2=jacocoAnt | ||
org.ow2.asm:asm-tree:7.2=jacocoAnt | ||
org.ow2.asm:asm:7.2=jacocoAnt | ||
org.slf4j:slf4j-api:1.7.30=testCompileClasspath,testRuntimeClasspath | ||
empty=annotationProcessor,compileClasspath,runtimeClasspath,testAnnotationProcessor |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
rootProject.name = "base91" | ||
|
||
enableFeaturePreview('ONE_LOCKFILE_PER_PROJECT') |