Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ai12-othello
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexandre Ducarne
ai12-othello
Merge requests
!56
Fix executable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix executable
fix/packageNames
into
int/v2
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Alexandre Ducarne
requested to merge
fix/packageNames
into
int/v2
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
int/v2
version 1
9ac9476f
5 years ago
int/v2 (base)
and
version 1
latest version
c56fbf2a
1 commit,
5 years ago
version 1
9ac9476f
1 commit,
5 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
pom.xml
+
2
−
2
Options
@@ -60,7 +60,7 @@
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<configuration>
<mainClass>
main.java.
Main
</mainClass>
<mainClass>
Main
</mainClass>
</configuration>
</plugin>
<plugin>
@@ -68,7 +68,7 @@
<artifactId>
javafx-maven-plugin
</artifactId>
<version>
0.0.3
</version>
<configuration>
<mainClass>
main.java.
Main
</mainClass>
<mainClass>
Main
</mainClass>
</configuration>
</plugin>
</plugins>
Loading