Skip to content

Commit b900a28

Browse files
committed
build: use lifecycle logging level, print stacktraces by default
1 parent 446a46c commit b900a28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
1617
org.gradle.caching=true
1718
org.gradle.parallel=true
1819
org.gradle.warning.mode=all
19-
org.gradle.logging.level=warn
20+
org.gradle.logging.stacktrace=all
2021
org.gradle.configureondemand=true
2122
org.gradle.configuration-cache=true
2223
org.gradle.configuration-cache.problems=fail

0 commit comments

Comments
 (0)