Skip to content

Commit

Permalink
#243 update default stepImpl directory
Browse files Browse the repository at this point in the history
  • Loading branch information
NivedhaSenthil committed Feb 18, 2019
1 parent 6003161 commit 968385f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/thoughtworks/gauge/GaugeConstant.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ public class GaugeConstant {
public static final String GAUGE_LSP_GRPC = "GAUGE_LSP_GRPC";
public static final String GAUGE_PROJECT_ROOT = "GAUGE_PROJECT_ROOT";
public static final String GAUGE_CUSTOM_COMPILE_DIR = "gauge_custom_compile_dir";
public static final String DEFAULT_SRC_DIR = "src";
public static final String DEFAULT_SRC_DIR = "src/test/java";
}

0 comments on commit 968385f

Please sign in to comment.