meteor-client
meteor-client copied to clipboard
Build Issue
Describe the bug
I cannot build the client with gradew (because adfocus is blocked on my network. so I cannot install meteor) Build Error:
PS C:\Users\*****\meteor-client> .\gradlew.bat
Starting a Gradle Daemon (subsequent builds will be faster)
e: file:///C:/Users/*****/meteor-client/settings.gradle.kts:5:19: Unresolved reference 'uri'.
FAILURE: Build failed with an exception.
* Where:
Settings file 'C:\Users\*****\meteor-client\settings.gradle.kts' line: 5
* What went wrong:
Script compilation error:
Line 5: url = uri("https://maven.fabricmc.net/")
^ Unresolved reference 'uri'.
1 error
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to generate a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.
BUILD FAILED in 8s
PS C:\Users\barre\meteor-client> ./gradlew build
e: file:///C:/Users/barre/meteor-client/settings.gradle.kts:5:19: Unresolved reference 'uri'.
FAILURE: Build failed with an exception.
* Where:
Settings file 'C:\Users\barre\meteor-client\settings.gradle.kts' line: 5
* What went wrong:
Script compilation error:
Line 5: url = uri("https://maven.fabricmc.net/")
^ Unresolved reference 'uri'.
1 error
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to generate a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.
BUILD FAILED in 945ms
PS C:\Users\*****\meteor-client>
Steps to reproduce
I run ./gradlew build. and the build crashed
Meteor Version
latest commit of 1:07 PM (EST) December 11 of 2025
Minecraft Version
1.21.10
Operating System
Windows
Before submitting a bug report
-
[x] This bug wasn't already reported (I have searched bug reports on GitHub).
-
[x] This is a valid bug (I am able to reproduce this on the latest dev build).