Kirtan Soni
03/22/2024, 2:14 AMIgor Manninen
03/22/2024, 1:46 PMEthan Xu
03/25/2024, 6:48 AMChris Doré
04/25/2024, 6:27 AMStefanos Koutsouflakis
05/01/2024, 9:09 PMStefanos Koutsouflakis
05/14/2024, 6:12 PMOleg Nenashev
06/02/2024, 4:10 PMOleg Nenashev
06/02/2024, 4:11 PMAlex Semin
06/03/2024, 9:14 AMVampire
07/05/2024, 7:45 PMResolvableArtifact
?
(Yes, I'm talking about internal classes, this is for a PR from code within Gradle)John Davis
09/12/2024, 6:37 PMOleg Nenashev
09/30/2024, 8:41 PMBob Richard
10/29/2024, 1:16 PMLuke Bemish
10/31/2024, 5:31 PMDirectDependencyMetadata
-- anything in particular I should consider here?Neil Kennith Evans
11/02/2024, 4:19 PMPhilip W
11/06/2024, 11:30 AMJulien Plissonneau Duquène
11/15/2024, 8:28 AMnative-platforms
is 0.22-milestone-25
but the binary distribution of Gradle 8.11 ships with a 0.22-milestone-26
that is not tagged nor released there
• gradle.properties
on the main branch master
of native-platforms
still has nextMilestone=14
which is out of sync with the tags
• gradle-fileevents
has tags up to 0.2.5
last week, but again the binary distributin of Gradle 8.11 ships with a 0.22-milestone-26
version of that lib that is in neither repo.
Could some person in charge please push updates (or maybe just tags) to the public repos on GitHub?Amal Prakash
11/21/2024, 7:40 PM./gradlew :dependency-management:embeddedIntegTest --tests "org.gradle.integtests.resolve.catalog.CatalogPluginsKotlinDSLIntegrationTest.can declare multiple catalogs" --stacktrace --info --debug
To run an IT on my local, but it is throwing the error
* What went wrong:
Execution failed for task ':dependency-management:compileIntegTestGroovy'.
> The 'tools.jar' cannot be found in the JDK '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home'.
I am on MACOS 14.5 (23F79), Macbook Air M1 2020
My JAVA_HOME is set to /Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
The above error shows a completely different path its searching. Please helpAmal Prakash
11/23/2024, 5:48 AMSlackbot
12/02/2024, 1:38 PMAlpesh Vash
12/26/2024, 2:03 PMKevin Brightwell
12/30/2024, 4:28 PMLuke Bemish
01/05/2025, 9:36 PMKevin Brightwell
01/06/2025, 9:30 PMMark Gulyas
01/23/2025, 6:18 AMSegunfunmi Oyedele
02/09/2025, 3:12 PMclasspath('com.android.tools.build:gradle:7.4.2')
classpath('com.google.gms:google-services:4.3.15')
classpath('com.facebook.react:react-native-gradle-plugin')
classpath('org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10')
Segunfunmi Oyedele
02/09/2025, 3:14 PMext {
buildToolsVersion = findProperty('android.buildToolsVersion') ?: '34.0.0'
minSdkVersion = Integer.parseInt(findProperty('android.minSdkVersion') ?: '21')
compileSdkVersion = Integer.parseInt(findProperty('android.compileSdkVersion') ?: '34')
targetSdkVersion = Integer.parseInt(findProperty('android.targetSdkVersion') ?: '34')
kotlinVersion = findProperty('android.kotlinVersion') ?: '1.8.10'
frescoVersion = findProperty('expo.frescoVersion') ?: '2.5.0'
ndkVersion = "23.1.7779620"
}
And this is my wrapper:
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Dennis Rieks
02/12/2025, 3:39 PMSlackbot
03/29/2025, 10:06 PM