Skip to content

Commit 28e4556

Browse files
committed
Fix typos
1 parent 025ceaf commit 28e4556

37 files changed

Lines changed: 37 additions & 37 deletions

File tree

Accounts/supplychain/workflows/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sourceSets {
4343

4444
configurations {
4545
integrationTestImplementation.extendsFrom testImplementation
46-
integrationTestRuntimeOnly.extendsFrom testRuntimeOny
46+
integrationTestRuntimeOnly.extendsFrom testRuntimeOnly
4747
}
4848

4949
dependencies {

Accounts/tictacthor/workflows/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sourceSets {
4343

4444
configurations {
4545
integrationTestImplementation.extendsFrom testImplementation
46-
integrationTestRuntimeOnly.extendsFrom testRuntimeOny
46+
integrationTestRuntimeOnly.extendsFrom testRuntimeOnly
4747
}
4848

4949
dependencies {

Accounts/worldcupticketbooking/workflows/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sourceSets {
4343

4444
configurations {
4545
integrationTestImplementation.extendsFrom testImplementation
46-
integrationTestRuntimeOnly.extendsFrom testRuntimeOny
46+
integrationTestRuntimeOnly.extendsFrom testRuntimeOnly
4747
}
4848

4949
dependencies {

Advanced/auction-cordapp/workflows/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sourceSets {
3535

3636
configurations {
3737
integrationTestImplementation.extendsFrom testImplementation
38-
integrationTestRuntimeOnly.extendsFrom testRuntimeOny
38+
integrationTestRuntimeOnly.extendsFrom testRuntimeOnly
3939
}
4040

4141
dependencies {

Advanced/duediligence-cordapp/workflows/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sourceSets {
4343

4444
configurations {
4545
integrationTestImplementation.extendsFrom testImplementation
46-
integrationTestRuntimeOnly.extendsFrom testRuntimeOny
46+
integrationTestRuntimeOnly.extendsFrom testRuntimeOnly
4747
}
4848

4949
dependencies {

Advanced/negotiation-cordapp/workflows/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sourceSets {
4545

4646
configurations {
4747
integrationTestImplementation.extendsFrom testImplementation
48-
integrationTestRuntimeOnly.extendsFrom testRuntimeOny
48+
integrationTestRuntimeOnly.extendsFrom testRuntimeOnly
4949
}
5050

5151
dependencies {

Advanced/obligation-cordapp/workflows/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sourceSets {
4343

4444
configurations {
4545
integrationTestImplementation.extendsFrom testImplementation
46-
integrationTestRuntimeOnly.extendsFrom testRuntimeOny
46+
integrationTestRuntimeOnly.extendsFrom testRuntimeOnly
4747
}
4848

4949
dependencies {

Advanced/secretsanta-cordapp/contracts/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sourceSets {
2929

3030
configurations {
3131
integrationTestImplementation.extendsFrom testImplementation
32-
integrationTestRuntimeOnly.extendsFrom testRuntimeOny
32+
integrationTestRuntimeOnly.extendsFrom testRuntimeOnly
3333
}
3434

3535
dependencies {

Advanced/secretsanta-cordapp/workflows/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sourceSets {
4343

4444
configurations {
4545
integrationTestImplementation.extendsFrom testImplementation
46-
integrationTestRuntimeOnly.extendsFrom testRuntimeOny
46+
integrationTestRuntimeOnly.extendsFrom testRuntimeOnly
4747
}
4848

4949
dependencies {

Advanced/snakesandladders-cordapp/workflows/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sourceSets {
4343

4444
configurations {
4545
integrationTestImplementation.extendsFrom testImplementation
46-
integrationTestRuntimeOnly.extendsFrom testRuntimeOny
46+
integrationTestRuntimeOnly.extendsFrom testRuntimeOnly
4747
}
4848

4949
dependencies {

0 commit comments

Comments
 (0)