Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Player: Fix dependency deployment & add instructions #373

Merged
merged 2 commits into from
Jan 25, 2021

Conversation

xeruf
Copy link
Member

@xeruf xeruf commented Jan 25, 2021

No description provided.

Copy link
Contributor

@SKoschnicke SKoschnicke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build fails for me:

Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true

> Configure project :
Current version: 21.2.1 Game: blokus_2021 (Java version: 11)
Java version 1.8 is recommended - expect issues with generating documentation (consider using '-x doc' if you don't care)

> Task :plugin:test
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true

sc.plugin2021.PieceTest > Pieces when > sc.plugin2021.PieceTest.serialised should > sc.plugin2021.PieceTest.convert to proper xml FAILED
    java.lang.AssertionError at PieceTest.kt:62
        Caused by: java.lang.AssertionError at PieceTest.kt:62
            Caused by: org.opentest4j.AssertionFailedError at PieceTest.kt:84

sc.plugin2021.PieceTest > Pieces when > sc.plugin2021.PieceTest.serialised should FAILED

sc.plugin2021.PieceTest > Pieces when FAILED

100 tests completed, 3 failed

> Task :plugin:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':plugin:test'.
> A build operation failed.
      Could not write XML test results for sc.plugin2021.PieceTest to file /home/sven/development/sc/backend/plugin/build/test-results/test/TEST-sc.plugin2021.PieceTest.xml.
   > Could not write XML test results for sc.plugin2021.PieceTest to file /home/sven/development/sc/backend/plugin/build/test-results/test/TEST-sc.plugin2021.PieceTest.xml.

* 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 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21s
16 actionable tasks: 16 executed

Am I doing something wrong?

@@ -0,0 +1,31 @@
# Dein Software-Challenge Spieler

In diesem Packet ist alles dabei, was du brauchst, um einen Spieler für die
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
In diesem Packet ist alles dabei, was du brauchst, um einen Spieler für die
In diesem Paket ist alles dabei, was du brauchst, um einen Spieler für die

@SKoschnicke
Copy link
Contributor

a gradle clean resolves the "could not write XML" issues.

@xeruf xeruf merged commit 8d2c03b into master Jan 25, 2021
@xeruf xeruf deleted the chore/player-deployment branch January 25, 2021 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants