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.
Here are 4,774 public repositories matching this topic...
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;
-
Updated
Feb 20, 2020
-
Updated
Feb 21, 2020 - Java
-
Updated
Feb 21, 2020 - Java
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
-
Updated
Feb 18, 2020 - Java
Kotlin 1.3.40 saw the release of a new KotlinJS plugin, org.jetbrains.kotlin.js. apply plugin: 'kotlin-dce-js' still seems to work, but the buildBundle part doesn't, as NpmTask doesn't exist anymore.
Can we update the example? Otherwise it's tricky to see how to pr
-
Updated
Feb 20, 2020 - Java
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
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?
lintChecksmeans bundle th
-
Updated
Feb 21, 2020 - Java
In AppListAdapter extends RecyclerView.Adapter in function onBindViewHolder. packageManager is already in signature, initialize it!
I have exceptions caused by
getContext().getPackageManager() NPE in line 186
The solution:

The JavaDoc for

@OptionValuessays this and I question the yellow parts:Besides that the angle brackets are not properly encoded.
The example in userguide shows this:
