GP-849: Gradle 7 support

This commit is contained in:
Ryan Kurtz
2021-04-12 11:07:06 -04:00
parent cb63f67a81
commit 3a0ae8ee39
84 changed files with 324 additions and 290 deletions
+2 -2
View File
@@ -23,9 +23,9 @@ eclipse.project.name = 'Features ByteViewer'
dependencies {
compile project(':Base')
api project(':Base')
testCompile project(path: ':SoftwareModeling', configuration: 'testArtifacts')
testImplementation project(path: ':SoftwareModeling', configuration: 'testArtifacts')
helpPath project(path: ':Base', configuration: 'helpPath') // this module's help has links to Base help files
}