python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I use a legacy jar file with an automatic-module-name in Java?
Assume that a legacy jar file x.jar has an automatic-module-name com.foo.mymodule defined for it in its manifest file. Also, I want to use it in my application that uses modules.
The below is how I tr...
cmutex
Votes: 0
Answers: 0
Flutter: Execution failed for task ':location:compileDebugKotlin'
Execution failed for task ':location:compileDebugKotlin'.
build:gradle(Module:app)
ext.kotlin_version = '1.6.10'
repositories {
maven {
//url 'https://dl.google.com/dl/andr...
hamsoace
Votes: 0
Answers: 5
Gradle task in configuratoin phase has dependency on a task in execution phase
i have 3 different build files,
prodbuild.gradle, build.gradle and build.xml
and the hierarchy is, i will first call prodbuild.gradle
// Script used by Prod builds,
// Import development gradle file...
Sachin Naik
Votes: 0
Answers: 0
How to resolve invalid packaging for parent POM, must be "pom" but is "jar"
To resolve spring-framework vulnerability posted by spring.io
I tried upgrading spring-boot version from 2.4.5 to 2.5.12 and with gradle-6.8 version, on running ./gradlew clean build task is failing w...
shashdr
Votes: 0
Answers: 1