Skip to content
#

Gradle

gradle logo

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.

Here are 4,774 public repositories matching this topic...

chanseokoh
chanseokoh commented Feb 12, 2020

I first observed this in this log.

I also hit this on Windows:

[WARNING] Failed to read global Jib config: No content to map due to end-of-input
 at [Source: (sun.nio.ch.ChannelInputStream); line: 1, column: 0]; you may need to fix or delete C:\Users\chanseok\AppData\Local\Google\Jib\Config\config.json;
NurseyitTursunkulov
NurseyitTursunkulov commented Dec 22, 2019

when I add this dependencies, I can not run app because Default Activity not found.
implementation ("androidx.ui:ui-tooling:0.1.0-dev02")
implementation ("androidx.ui:ui-layout:0.1.0-dev02")
implementation ("androidx.ui:ui-material:0.1.0-dev02")

I use this : distributionUrl=https://services.gradle.org/distributio

jitpack.io
parkjs814
parkjs814 commented Jun 21, 2019

Describe the bug
It takes about 2 minutes to load a Javadoc webpage every time. I tried both in Seoul, Korea and through VPN in Atlanta, USA. It is due to https://javadoc.jitpack.io/org/algorithm-visualizer/tracers.java/v2.3.7/javadoc/resources/fonts/dejavu.css returning a HTTP status code of 504 (a timeout occurred), which blocks the loading of the webpage.

To Reproduce
https://jav

ZacSweers
ZacSweers commented Jan 8, 2019

In Android projects, there is a lintChecks configuration for libraries that can be used to indicate lint checks that should be bundled with it

For non-android projects, lint projects can be applied via lint plugin (com.android.lint I think, will confirm) and denoting lints that should be applied via the same lintChecks

From a high level:

  • Android project? lintChecks means bundle th

🔥🔥优化版MVP,使用注解泛型简化代码编写,使用模块化协议方便维护,APT过程使用注解解析器利用JavaPoet🌝完成重复模块的编写,利用ASpect+GradlePlugin 完成横向AOP编程+Javassist动态字节码注入+Tinker实现热修复+Retrofit实现优雅网络操作+RxJava轻松玩转数据处理

  • Updated Feb 16, 2020
  • Java

AnyChart Android Chart is an amazing data visualization library for easily creating interactive charts in Android apps. It runs on API 19+ (Android 4.4) and features dozens of built-in chart types.

  • Updated Feb 21, 2020
  • Java

Released 2007

Latest release 9 days ago

Repository
gradle/gradle
Website
gradle.org
Wikipedia
Wikipedia

Related Topics

android android-studio java kotlin
You can’t perform that action at this time.