Quantcast
Channel: Gradle Forums - Latest posts
Browsing all 19850 articles
Browse latest View live

Facing issue while running react-native run-android

Execution failed for task ‘:react-native-community_masked-view:mergeDebugJniLibFolders’. Failed to create directory...

View Article


Wrong root project

I have a build.cradle file in the local folder. Whenever I run a cradle command, like cradle tasks it applies the root project hsperfdata_$UID (where $UID) is my local username. I have no idea, where...

View Article


Gradle plugin builds to /buildSrc/build

I wrote my first Gradle plugin a bit ago, but I’m unable to publish it as whenever it builds, it creates a JAR with the structure: |_gradle-plugins/ |_com.deflatedpickle.gradle.concurnas.properties...

View Article

Gradle plugin builds to /buildSrc/build

Your source is likely in the incorrect location for what you’re trying to do. If you’re trying to publish a plugin that you can use in other projects, your plugin code should be what’s in...

View Article

Use dependency version from platform outside the dependencies clause

hi @jendrik, sorry for the bump, just was wondering maybe you missed my reply. thanks again

View Article


Pending Approval and Plugin not working

Hi I am writing a plugin and I tested it using Test class ShowDatePluginTest { @Test public void testShowPlugin(){ Project project = ProjectBuilder.builder().build() project.pluginManager.apply...

View Article

How do I get IntelliJ to recognize gradle generated sources dir?

I just stumbled on this issue and the @ddekany suggested fix worked. However, I’m wondering if this is a bug on the Gradle/IDEA integration and if there is a bug open or should be opened?

View Article

Build is failed while running run-android

info Running jetifier to migrate libraries to AndroidX. You can disable it using “–no-jetifier” flag. Jetifier found 1112 file(s) to forward-jetify. Using 8 workers… info Starting JS server… ‘adb’ is...

View Article


Gradle plugin builds to /buildSrc/build

I can’t believe it was that simple. Thank you for answering so nicely!

View Article


Make two installDist tasks available?

The installDist task is a Sync task with the name installDist. The only difference between a Sync task and a Copy task is that Sync removes files in the destination first rather than just copying...

View Article

Plugins get-help form 255 character limit is not practical

Bumping this up - is there any way to get the help form improved? Or will it always be limited to 255 characters? Is there another secure contact point for help? Thanks Brett

View Article

Unity 2020.1.0a3 Build fail - Gradle error message

I’m having the same issue, did you find the solution? can you share? Thanks

View Article

Image may be NSFW.
Clik here to view.

Help me, please launcher

Guys, please help me, I’m writing Russian right now through a translator if there are errors, do not hit me with Slippers.Here is a screenshot Screenshot_428635×727 14.9 KB

View Article


Error: Could not find or load main class

I’m trying to follow this youtube api tutorial: https://developers.google.com/youtube/v3/quickstart/java I use java version “13.0.2” on a fresh lubuntu 19.10 distro My folder structure is as follows...

View Article

Visual Studio 2019 C++ library project does not include headers

I am using Gradle 6.3 to generate a Visual Studio 2019 solution for a C++ library. In my build.gradle I have declared: plugins { id ‘cpp-library’ } // Set the target operating system and architecture...

View Article


Help me, please launcher

The org.openjfx.javafxplugin is designed to add JavaFX to your project using Java 11 or higher. The error indicates you are using Java 8. The plugin is not compatible with Java 8.

View Article

Error: Could not find or load main class

Your build.gradle file belongs in the root of the project, not in the src/main directory. Your file structure for the project should be: /build.gradle /src/main/java/ApiExample.java The Java plugin is...

View Article


Gradle composite builds and setup for breaking changes?

This is WAY WAY more on the topic of monobuilds from having been deep into this at twitter. If you are a core library developer, you need a MUCH crazier build system that can kick OFF MANY remote...

View Article

FML Gradle - FAILURE: Build failed with an exception

Recently I have been setting up a Minecraft Forge workspace on eclipse. I have created minecraft mods with forge in the past (MC1.6.4 and such) although a lot has changed since then. I am trying to...

View Article

How to supply source jars from flatDir for eclipse debugging

After upgrading to eclipse 2019-12 and buildship 3.1.3 I found that eclipse wouldn’t let me manually attach source code to its “Project and External Dependencies” node, hence no dependency source code...

View Article
Browsing all 19850 articles
Browse latest View live