1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Gradleでjavaをビルドする際、ユニットテストをスキップする方法

Last updated at Posted at 2021-08-01

経緯

実装途中でも、検証環境で一部機能を確認したいことがあったので、
ビルド時に実行されるユニットテストをスキップしてビルドを実行しました。

対応内容

普段実行しているgradle buildに「-x test」を付加してビルドを実行します。

gradle build -x test

参考文献

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?