This repository was archived by the owner on Jul 15, 2022. It is now read-only.
Description I ran the ./gradlew build command and got the following stacktrace:
Thanks in advance.
:: problems summary ::
:::: WARNINGS
module not found: org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT
==== clientModule: tried
==== internal-repository: tried
==== http://maven.springframework.org/release: tried
http://maven.springframework.org/release/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.pom
-- artifact org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT!thymeleaf-spring3.jar:
http://maven.springframework.org/release/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.jar
==== http://maven.springframework.org/milestone: tried
http://maven.springframework.org/milestone/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.pom
-- artifact org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT!thymeleaf-spring3.jar:
http://maven.springframework.org/milestone/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.jar
==== http://maven.springframework.org/snapshot: tried
http://maven.springframework.org/snapshot/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.pom
-- artifact org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT!thymeleaf-spring3.jar:
http://maven.springframework.org/snapshot/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.jar
==== https://oss.sonatype.org/content/repositories/snapshots: tried
https://oss.sonatype.org/content/repositories/snapshots/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.pom
-- artifact org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT!thymeleaf-spring3.jar:
https://oss.sonatype.org/content/repositories/snapshots/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.jar
==== MavenRepo: tried
http://repo1.maven.org/maven2/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.pom
-- artifact org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT!thymeleaf-spring3.jar:
http://repo1.maven.org/maven2/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.jar
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT: not found
::::::::::::::::::::::::::::::::::::::::::::::
FAILURE: Build failed with an exception.
What went wrong:
Could not resolve all dependencies for configuration ':compile':
unresolved dependency: org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT: not found
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Reactions are currently unavailable
I ran the
./gradlew buildcommand and got the following stacktrace:Thanks in advance.
:: problems summary ::
:::: WARNINGS
module not found: org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT
FAILURE: Build failed with an exception.
Could not resolve all dependencies for configuration ':compile':
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED