Skip to content

Commit d9c2a31

Browse files
Use 'full' exceptionFormat (exercism#2122)
1 parent 9b6c449 commit d9c2a31

132 files changed

Lines changed: 132 additions & 132 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_template/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717

1818
test {
1919
testLogging {
20-
exceptionFormat = 'short'
20+
exceptionFormat = 'full'
2121
showStandardStreams = true
2222
events = ["passed", "failed", "skipped"]
2323
}

exercises/concept/annalyns-infiltration/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717

1818
test {
1919
testLogging {
20-
exceptionFormat = 'short'
20+
exceptionFormat = 'full'
2121
showStandardStreams = true
2222
events = ["passed", "failed", "skipped"]
2323
}

exercises/concept/bird-watcher/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717

1818
test {
1919
testLogging {
20-
exceptionFormat = 'short'
20+
exceptionFormat = 'full'
2121
showStandardStreams = true
2222
events = ["passed", "failed", "skipped"]
2323
}

exercises/concept/blackjack/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717

1818
test {
1919
testLogging {
20-
exceptionFormat = 'short'
20+
exceptionFormat = 'full'
2121
showStandardStreams = true
2222
events = ["passed", "failed", "skipped"]
2323
}

exercises/concept/calculator-conundrum/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717

1818
test {
1919
testLogging {
20-
exceptionFormat = 'short'
20+
exceptionFormat = 'full'
2121
showStandardStreams = true
2222
events = ["passed", "failed", "skipped"]
2323
}

exercises/concept/cars-assemble/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717

1818
test {
1919
testLogging {
20-
exceptionFormat = 'short'
20+
exceptionFormat = 'full'
2121
showStandardStreams = true
2222
events = ["passed", "failed", "skipped"]
2323
}

exercises/concept/elons-toy-car/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717

1818
test {
1919
testLogging {
20-
exceptionFormat = 'short'
20+
exceptionFormat = 'full'
2121
showStandardStreams = true
2222
events = ["passed", "failed", "skipped"]
2323
}

exercises/concept/football-match-reports/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616

1717
test {
1818
testLogging {
19-
exceptionFormat = 'short'
19+
exceptionFormat = 'full'
2020
showStandardStreams = true
2121
events = ["passed", "failed", "skipped"]
2222
}

exercises/concept/karls-languages/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717

1818
test {
1919
testLogging {
20-
exceptionFormat = 'short'
20+
exceptionFormat = 'full'
2121
showStandardStreams = true
2222
events = ["passed", "failed", "skipped"]
2323
}

exercises/concept/lasagna/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717

1818
test {
1919
testLogging {
20-
exceptionFormat = 'short'
20+
exceptionFormat = 'full'
2121
showStandardStreams = true
2222
events = ["passed", "failed", "skipped"]
2323
}

0 commit comments

Comments
 (0)