Skip to content
Failed

Console Output

[Gitea] do not publish assets due to source being no GiteaSCMSource
[INFO] 
[INFO] ----------------< de.fhdw.gaming.othello:othello-core >-----------------
[INFO] Building Othello Core 1.0.2-SNAPSHOT                               [3/6]
[INFO]   from othello-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ othello-core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-core ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (checkstyle) @ othello-core ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ othello-core >>>
[INFO] 
[INFO] --- pmd:3.21.0:pmd (pmd) @ othello-core ---
[INFO] PMD version: 6.55.0
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ othello-core <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.21.0:check (pmd) @ othello-core ---
[INFO] PMD version: 6.55.0
[INFO] 
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ othello-core ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ othello-core ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ othello-core ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 32 source files with javac [debug release 17 module-path] to target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImpl.java:[43,7] de.fhdw.gaming.othello.core.domain.impl.OthelloGameBuilderImpl is not abstract and does not override abstract method addObservers(java.util.List<de.fhdw.gaming.core.domain.Observer>) in de.fhdw.gaming.core.domain.GameBuilder
[ERROR] /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImpl.java:[146,16] cannot infer type arguments for de.fhdw.gaming.core.domain.DefaultGame<>
[INFO] 2 errors 
[INFO] -------------------------------------------------------------