-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE#4496] Fix gradle dist error. #4497
Conversation
} | ||
|
||
spotlessJava.enabled false | ||
|
||
protobuf { | ||
protoc { artifact = "com.google.protobuf:protoc:${protocVersion}" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You said "now this problem is solved in a general way, and there is no need to remove spotless tasks", then why this config is added here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I missed it, fixed.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it can be kept for the future to customize the build script.
Codecov Report
@@ Coverage Diff @@
## master #4497 +/- ##
============================================
- Coverage 15.46% 15.45% -0.01%
Complexity 1452 1452
============================================
Files 691 691
Lines 28101 28095 -6
Branches 2624 2610 -14
============================================
- Hits 4345 4343 -2
+ Misses 23309 23308 -1
+ Partials 447 444 -3 see 19 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Fixes #4496 .
Modifications
Declare correct gradle task dependencies.