#121 - Polishing.
This commit is contained in:
@@ -45,7 +45,7 @@ public class Project implements Comparable<Project> {
|
|||||||
private final @Wither String fullName;
|
private final @Wither String fullName;
|
||||||
private final Collection<Project> dependencies;
|
private final Collection<Project> dependencies;
|
||||||
private final @Getter Tracker tracker;
|
private final @Getter Tracker tracker;
|
||||||
private final @Wither @Getter ArtifactCoordinates additionalArtifacts;
|
private final @Wither ArtifactCoordinates additionalArtifacts;
|
||||||
private final @Wither boolean skipTests;
|
private final @Wither boolean skipTests;
|
||||||
|
|
||||||
Project(String key, String name) {
|
Project(String key, String name) {
|
||||||
|
|||||||
@@ -37,8 +37,8 @@ import org.jgrapht.traverse.TopologicalOrderIterator;
|
|||||||
*/
|
*/
|
||||||
public class Projects {
|
public class Projects {
|
||||||
|
|
||||||
public static final Project COMMONS, BUILD, REST, JDBC, JPA, MONGO_DB, NEO4J, SOLR, COUCHBASE, CASSANDRA, ELASTICSEARCH,
|
public static final Project COMMONS, BUILD, REST, JDBC, JPA, MONGO_DB, NEO4J, SOLR, COUCHBASE, CASSANDRA,
|
||||||
REDIS, GEMFIRE, KEY_VALUE, ENVERS, LDAP, GEODE, R2DBC;
|
ELASTICSEARCH, REDIS, GEMFIRE, KEY_VALUE, ENVERS, LDAP, GEODE, R2DBC;
|
||||||
public static final List<Project> PROJECTS;
|
public static final List<Project> PROJECTS;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|||||||
Reference in New Issue
Block a user