
Gradle
Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites.
-
- Sign up for GitHub or sign in to edit this page
- Released 2007
- Latest release about 1 month ago
Here are 4,381 public repositories matching this topic...
From #2046.
Auth has the most friction, and it will help a lot to report if Jib picked up some credentials and where if so. It will help cases like #2050 too.
收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。
-
Updated
Oct 15, 2019 - 262 commits
Android Signature V2 Scheme签名下的新一代渠道包打包神器
-
Updated
Oct 16, 2019 - 6 commits
- Java
:ballot_box_with_check: [Cheatsheet] Tips and tricks for Android Development
-
Updated
Oct 15, 2019 - 250 commits
- Java
Android AOP Architecture by Apt, AspectJ, Javassisit, based on Realm+Databinding+MVP+Retrofit+Rxjava2
-
Updated
Oct 14, 2019 - 179 commits
- Java
CMS written in Java,Safe and fast,Easy support 10 million data, 10 million PV; Currently has 0.0002% of the world's users.Language support English,中文,繁體,日本語
-
Updated
Oct 15, 2019 - 758 commits
- Java
A simple way to encrypt your secure data like passwords into a native .so library.
-
Updated
Oct 11, 2019 - 59 commits
- Java
An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required.
-
Updated
Oct 11, 2019 - 226 commits
- Java
A library that shows a beautiful and customizable Material-based dialog with header. API 11+ required.
-
Updated
Oct 16, 2019 - 140 commits
- Java
So that people aren't confused and use the pre proguard jar. build/libs
is a standard place to look, and there is a jar there that looks like the valid build result, however that jar shouldn't be used, so it should ideally be deleted after completion. Could be added to ProguardTask.cleanup
or similar.
Material Chip view. Can be used as tags for categories, contacts or creating text clouds
-
Updated
Oct 14, 2019 - 87 commits
- Kotlin
A Forge mod that implements SpongeAPI
-
Updated
Oct 13, 2019 - 3 commits
- Java
Learn about gradle
- Repository
- gradle/gradle
- Website
- gradle.org
- Wikipedia
- Wikipedia
JUnit 5 introduced the notion of display names for test classes/methods (or more generally all elements in the tree of tests).
Gradle currently only includes the display names in the HTML reports but prints the technical names when
testLogging {}
is configured.Expected Behavior
When running
./gradlew test
for the [junit5-jupiter-starter-gradle](https://github.com/junit-team/junit