gradle-plugin Questions
4
Solved
I am new to Java Projects in Visual Studio Code. This is mainly for my school project. I was setting up Gradle for Java according to YouTube videos and follows the step. I just simply installed the...
Marquardt asked 22/7, 2023 at 13:56
5
Solved
I have the following setup:
Gradle: 8.5
Spring Boot 3.3.0
Kotlin: 1.9.23
Before I used Spring Boot 3.2.6, and after update to the latest version I encounter the following error when running bootJa...
Infernal asked 18/6 at 16:44
2
The usage of Google Services requires the use of this Gradle plugin:
apply plugin: 'com.google.gms.google-services'
This thread on the Gradle forum has lead me to conclude that you can't selecti...
Splatter asked 24/1, 2018 at 8:55
6
I'm having problems with liferay and the workspace plugin. I had to remove all gradle caches of my computer and all of a sudden the liferay project won't compile again... I execute the command:
./g...
Medlar asked 1/8, 2023 at 6:41
4
Launching lib\main.dart on SM G615F in debug mode...
lib\main.dart:1
Exception in thread "main" java.lang.RuntimeException: Timeout of 120000 reached waiting for exclusive access to file:...
Untruthful asked 13/4, 2021 at 9:35
15
I created a Spring MVC project ion Intellij IDEA. When I build my project, following message is displayed, how can I resolve it?
Plugin [id: 'org.springframework.boot', version: '2.1.7.RELEASE'] wa...
Snivel asked 28/8, 2019 at 8:53
7
Solved
One or more plugins require a higher Android NDK version.
Fix this issue by adding the following to /Users/qqq/data/github/qqq/qqq/android/app/build.gradle:
android {
ndkVersion 21.3.6528147
...
}
...
Cress asked 19/7, 2022 at 7:32
5
Iam using the Gradle 6.5 version installed on my linux server.I have configured Gradle in jenkins which resides on the same server.
I have set a Freestyle project job on jenkins to build using gra...
Fyrd asked 18/6, 2020 at 11:52
5
I have a Gradle 7.2 custom plugin that is working properly. I want to configure it to use the new Gradle Version Catalog for dependency information. I know how to configure and use the version cata...
Alesha asked 4/9, 2021 at 7:26
3
Solved
Is there any way to configure distribution file name when creating archive using distribution plugin in gradle?
Here is my build.gradle (I'm using gradle 2.10) file:
apply plugin: 'distribution'
...
Gentry asked 5/1, 2016 at 20:54
5
Solved
I have recently upgraded Android Studio to Flamingo and also upgraded Gradle from 7.4.2 to 8.0.0. All things working fine in version 7.4.2.
When I generate a signed APK using Gradle 8.0.0, it's giv...
Pewit asked 21/4, 2023 at 12:47
11
Solved
I have changed Kotlin version to 1.2.30. After the update I unable to run the project. I got the below error message.
Error:Execution failed for task ':app:compileDevDebugJavaWithJavac'.
> app:...
Denson asked 6/3, 2018 at 15:48
5
I am getting the following error while running the build
FAILURE: Build failed with an exception.
* Where:
Build file '/home/charming/mainframer/bigovlog_android/buildSrc/build.gradle.kts' line: ...
Taffeta asked 26/11, 2019 at 7:59
6
When trying to Sync Gradle I am getting the following error:
A problem occurred configuring project ':react-native-google-signin'.
> Could not resolve all artifacts for configuration ':react-na...
Lithographer asked 8/5, 2020 at 12:49
18
I just started with app development with flutter, but am not even able to run the test app. This is what come on console :
Launching lib/main.dart on AOSP on IA Emulator in debug mode... Running G...
Dorise asked 24/5, 2020 at 12:42
3
Having both Gradle plugins gave me that error:
build.gradle.kts
plugins {
id("kotlin")
kotlin("android")
}
just either one is fine
Why?
Are they same thing?
I know kotlin("android") is act...
Gambrell asked 20/1, 2020 at 8:44
1
In a Gradle plugin I could define my properties as:
open class ExamplePluginExtension {
var exampleName: String? = null
}
And accessing it in build.gradle.kts like so:
example {
exampleName...
Mohun asked 11/1, 2022 at 16:30
12
Solved
I upgraded my project to Android Studio Arctic Fox, so I have to upgrade gradle to 7.0.2 and gradle build tool to 7.0.0-beta04.
After synchronizing, I got this warning message in Sync tab:
org.grad...
Demob asked 29/6, 2021 at 14:29
8
I am facing this issue many times when i download project from github
i am using new Android studio(bumble bee)
please help me if any body knows
https://github.com/fjbatresv/arcore_solar_system.git...
Tawannatawdry asked 29/3, 2022 at 7:57
4
Solved
This is my build.gradle:
group 'whatever'
version '1.0.0-SNAPSHOT'
...
dependencies {
compile 'whatever:2.2.1-SNAPSHOT'
}
I want to automate releasing process, which includes the need to set ...
Rootlet asked 4/2, 2017 at 18:45
4
Solved
Android Studio 3.2 Canary 5
Build #AI-173.4630681, built on March 3, 2018
JRE: 1.8.0_152-release-1136-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.4-300.fc27.x86_64
I hav...
Hamby asked 7/3, 2018 at 16:13
12
I have this project in Flutter, but I haven't been able to build an apk for a couple of weeks, because of the Gradle version. I've tried everything, but Flutter always returns the error below:
I al...
Puryear asked 2/4, 2021 at 14:20
4
Solved
I develop an app generation system that is regenerating apps by command line Gradle compilation commands.
In my Windows Server 2008, I'm facing a problem after updating to the last Gradle version ...
Astute asked 24/11, 2017 at 10:55
3
Solved
When building my Android project with Cordova, I get the following message when opening in Android Studio:
My build.gradle file reflects the plugin discrepancy (although the Gradle version defi...
Whitewall asked 18/12, 2018 at 19:16
13
Solved
I have a lot of different flavors for my build that have specific resources and I don't want to clutter my src directory in my project with a bunch of flavor-specific directories, so I add the sour...
Carving asked 9/10, 2018 at 1:19
1 Next >
© 2022 - 2024 — McMap. All rights reserved.