Trying to build the project with gradle I get the following error:
FAILURE: Build failed with an exception.
* Where:
Build file 'Noteable/build.gradle.kts' line: 1
* What went wrong:
Plugin [id: 'xyz.enhancedpixel.gradle.multiversion-root', version: '1.13.8'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'xyz.enhancedpixel.gradle.multiversion-root:xyz.enhancedpixel.gradle.multiversion-root.gradle.plugin:1.13.8')
Searched in the following repositories:
maven(https://maven.enhancedpixel.xyz/releases)
maven2(https://maven.fabricmc.net)
maven3(https://maven.architectury.dev/)
maven4(https://maven.minecraftforge.net)
maven5(https://repo.essential.gg/repository/maven-public)
maven6(https://server.bbkr.space/artifactory/libs-release/)
maven7(https://jitpack.io/)
Gradle Central Plugin Repository
MavenRepo
maven8(https://maven.enhancedpixel.xyz/snapshots)
maven9(https://s01.oss.sonatype.org/content/groups/public/)
Trying to build the project with gradle I get the following error: