Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Gradle アプリケーション プラグインを使用して Java サービスを実行しています。実行すると./gradlew myservice:run、サービスが正常に実行され、コンソール出力が表示されますが、Gradle プロセスが 96% で停止します。
./gradlew myservice:run
Building 96% > :myservice:run
これは、アプリケーション プラグインが動作するはずの方法ですか、それともここで何か間違ったことをしていますか?