You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current configuration was setting the incorrect parameter jdk to true. This configuration was causing in incremental build scenarios the execution of the tasks. After setting the correct parameter tasks are UP-TO-DATE.
Describe the bug
The configuration of the task buildNoJdkRpm is:
The current configuration was setting the incorrect parameter jdk to true. This configuration was causing in incremental build scenarios the execution of the tasks. After setting the correct parameter tasks are UP-TO-DATE.
To Reproduce
Steps to reproduce the behavior:
./gradlew clean assemble
./gradlew assemble
Expected behavior
Second build shouldn't execute the tasks
buildNoJdkRpm
andbuildRpm
The text was updated successfully, but these errors were encountered: