Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Apr 4, 2023
2 parents 02a511e + 4de0933 commit cf28832
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
requiresDependencyResolution = ResolutionScope.COMPILE
)
@SuppressWarnings("PMD.LongVariable")
public final class BinarizeMojo extends SafeMojo implements CompilationStep {
public final class BinarizeMojo extends SafeMojo {

/**
* The directory where to binarize to.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
defaultPhase = LifecyclePhase.PROCESS_SOURCES,
threadSafe = true
)
public final class OptimizeMojo extends SafeMojo implements CompilationStep {
public final class OptimizeMojo extends SafeMojo {

/**
* The directory where to transpile to.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
requiresDependencyResolution = ResolutionScope.COMPILE
)
@SuppressWarnings("PMD.ImmutableField")
public final class ParseMojo extends SafeMojo implements CompilationStep {
public final class ParseMojo extends SafeMojo {

/**
* Zero version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
defaultPhase = LifecyclePhase.PROCESS_SOURCES,
threadSafe = true
)
public final class PullMojo extends SafeMojo implements CompilationStep {
public final class PullMojo extends SafeMojo {

/**
* The directory where to process to.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
defaultPhase = LifecyclePhase.PROCESS_SOURCES,
threadSafe = true
)
public final class ResolveMojo extends SafeMojo implements CompilationStep {
public final class ResolveMojo extends SafeMojo {

/**
* The directory where to resolve to.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
requiresDependencyResolution = ResolutionScope.COMPILE
)
@SuppressWarnings("PMD.LongVariable")
public final class TranspileMojo extends SafeMojo implements CompilationStep {
public final class TranspileMojo extends SafeMojo {

/**
* The directory where to transpile to.
Expand Down

1 comment on commit cf28832

@0pdd
Copy link

@0pdd 0pdd commented on cf28832 Apr 4, 2023

Choose a reason for hiding this comment

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

Puzzle 1842-6aa1ed78 disappeared from eo-maven-plugin/src/main/java/org/eolang/maven/CompilationStep.java), that's why I closed #1849. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.