-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Bonjour,
ce projet est-il toujours maintenu ?
J'aimerais avoir un lien direct avec une ressource disponible pour installer et compiler le projet déjà.
Sinon j'essaie de builder avec le code le plus récent et voici ma console
entcore git:(master) ✗ gradle copyMod
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/dupontmanuel/entcore/build.gradle' line: 6
* What went wrong:
An exception occurred applying plugin request [id: 'com.github.johnrengelman.shadow', version: '2.0.1']
> Failed to apply plugin class 'com.github.jengelman.gradle.plugins.shadow.ShadowJavaPlugin'.
> You can't map a property that does not exist: propertyName=classifier
* 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 get full insights.
> Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 9s
mon build.gradle n'a pas été modifié depuis le codebase.
build.gradle
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.gradle.api.tasks.testing.logging.TestLogEvent
plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '2.0.1'
}
if (!hasProperty('odeUsername')) {
ext.odeUsername = ''
}
if (!hasProperty('odePassword')) {
ext.odePassword = ''
}
subprojects {
apply plugin:'java'
apply plugin:'maven'
apply plugin:'maven-publish'
...
Merci.
Metadata
Metadata
Assignees
Labels
No labels