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

Fix build on jenkins #236

Merged
merged 1 commit into from Sep 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/it/projects/MJAVADOC-642/pom.xml
Expand Up @@ -23,6 +23,8 @@
<url>https://issues.apache.org/jira/browse/MJAVADOC-642</url>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
Expand Up @@ -23,6 +23,12 @@
* This is the main class.
*/
public final class Main {

/**
* Mising description on auto generated constructor cause javadoc warrning.
*/
Main() {}

/**
* This is the main method.
*
Expand Down
2 changes: 2 additions & 0 deletions src/it/projects/MJAVADOC-642_cmdline/pom.xml
Expand Up @@ -23,6 +23,8 @@
<url>https://issues.apache.org/jira/browse/MJAVADOC-642</url>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
Expand Up @@ -23,6 +23,12 @@
* This is the main class.
*/
public final class Main {

/**
* Mising description on auto generated constructor cause javadoc warrning.
*/
Main() {}

/**
* This is the main method.
*
Expand Down
Expand Up @@ -23,6 +23,12 @@
* This is the main class.
*/
public final class Main {

/**
* Mising description on auto generated constructor cause javadoc warrning.
*/
Main() {}

/**
* This is the main method.
*
Expand Down