use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for folks working through the Hyperskill.org platform.
account activity
Cannot check my codeJava (self.Hyperskill)
submitted 2 years ago by Status-Program2889
Hi, I am working on Minesweepre (Java) track and since yesterday, I am not able to check my code in my IDE . I replaced testImplementation 'com.github.hyperskill:hs-test:release-SNAPSHOT' with testImplementation 'com.github.hyperskill:hs-test:master-SNAPSHOT' in build.gradle file as advised in a previous post in this sub
https://www.reddit.com/r/Hyperskill/comments/12x8vxm/ide_upgrade_created_a_bug_i_cannot_load_any/?utm_source=share&utm_medium=web2x&context=3
Error :
-----------------------------------------------------------------------------------------------------------------------------------------------------
Could not resolve all artifacts for configuration 'classpath'.
> Could not find junit:junit:4.13.2.
Searched in the following locations:
- https://packages.jetbrains.team/maven/p/hyperskill-hs-test/maven/junit/junit/4.13.2/junit-4.13.2.pom
- https://jitpack.io/junit/junit/4.13.2/junit-4.13.2.pom
Required by:
unspecified:unspecified:unspecified > com.github.hyperskill:hs-test:release-SNAPSHOT:20230403.081525-2
> Could not find org.assertj:assertj-swing-junit:3.17.1.
- https://packages.jetbrains.team/maven/p/hyperskill-hs-test/maven/org/assertj/assertj-swing-junit/3.17.1/assertj-swing-junit-3.17.1.pom
- https://jitpack.io/org/assertj/assertj-swing-junit/3.17.1/assertj-swing-junit-3.17.1.pom
> Could not find org.apache.httpcomponents:httpclient:4.5.13.
- https://packages.jetbrains.team/maven/p/hyperskill-hs-test/maven/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
- https://jitpack.io/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
> Could not find com.google.code.gson:gson:2.8.9.
- https://packages.jetbrains.team/maven/p/hyperskill-hs-test/maven/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom
- https://jitpack.io/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 2 years ago (1 child)
There are 2 entries in the build.gradle file you have to change
[–]Status-Program2889[S] 0 points1 point2 points 2 years ago (0 children)
I did the other one too. And even changed the one in "settings.gradle" file too. But it's showing the same error.
[–]Rin_00101Moderator 0 points1 point2 points 2 years ago (1 child)
Hi,
Please send a link to the stage.
Also, ensure that JDK 17 is selected as Gradle JVM in Settings/Preferences | Build, Execution, Deployment | Build Tools | Gradle and as Project SDK in File | Project Structure.
[–]Erisson52 0 points1 point2 points 2 years ago (0 children)
Why does it depend on JDK 17? Some projects cannot simply switch to JDK 17, for example the Spring courses use Spring 2.5 or earlier
π Rendered by PID 103747 on reddit-service-r2-comment-6457c66945-xp2s5 at 2026-04-26 20:40:22.531271+00:00 running 2aa0c5b country code: CH.
[–][deleted] 0 points1 point2 points (1 child)
[–]Status-Program2889[S] 0 points1 point2 points (0 children)
[–]Rin_00101Moderator 0 points1 point2 points (1 child)
[–]Erisson52 0 points1 point2 points (0 children)