File tree Expand file tree Collapse file tree 6 files changed +4
-20
lines changed
gradle/plugin/src/functionalTest/java/org/hibernate/tool Expand file tree Collapse file tree 6 files changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,4 @@ private String constructHibernateToolsPluginLine() {
154154 + System .getenv ("HIBERNATE_TOOLS_VERSION" ) + "'" ;
155155 }
156156
157- private String constructH2DatabaseDependencyLine () {
158- return " implementation 'com.h2database:h2:" + System .getenv ("H2_VERSION" ) + "'" ;
159- }
160-
161157}
Original file line number Diff line number Diff line change @@ -168,8 +168,4 @@ private String constructHibernateToolsPluginLine() {
168168 + System .getenv ("HIBERNATE_TOOLS_VERSION" ) + "'" ;
169169 }
170170
171- private String constructH2DatabaseDependencyLine () {
172- return " implementation 'com.h2database:h2:" + System .getenv ("H2_VERSION" ) + "'" ;
173- }
174-
175171}
Original file line number Diff line number Diff line change @@ -168,8 +168,4 @@ private String constructHibernateToolsPluginLine() {
168168 + System .getenv ("HIBERNATE_TOOLS_VERSION" ) + "'" ;
169169 }
170170
171- private String constructH2DatabaseDependencyLine () {
172- return " implementation 'com.h2database:h2:" + System .getenv ("H2_VERSION" ) + "'" ;
173- }
174-
175171}
Original file line number Diff line number Diff line change @@ -154,8 +154,4 @@ private String constructHibernateToolsPluginLine() {
154154 + System .getenv ("HIBERNATE_TOOLS_VERSION" ) + "'" ;
155155 }
156156
157- private String constructH2DatabaseDependencyLine () {
158- return " implementation 'com.h2database:h2:" + System .getenv ("H2_VERSION" ) + "'" ;
159- }
160-
161157}
Original file line number Diff line number Diff line change @@ -150,8 +150,4 @@ private String constructHibernateToolsPluginLine() {
150150 + System .getenv ("HIBERNATE_TOOLS_VERSION" ) + "'" ;
151151 }
152152
153- private String constructH2DatabaseDependencyLine () {
154- return " implementation 'com.h2database:h2:" + System .getenv ("H2_VERSION" ) + "'" ;
155- }
156-
157153}
Original file line number Diff line number Diff line change @@ -21,4 +21,8 @@ public class TestTemplate {
2121 protected File getDatabaseFile () { return databaseFile ; }
2222 protected void setDatabaseFile (File f ) { databaseFile = f ; }
2323
24+ protected String constructH2DatabaseDependencyLine () {
25+ return " implementation 'com.h2database:h2:" + System .getenv ("H2_VERSION" ) + "'" ;
26+ }
27+
2428}
You can’t perform that action at this time.
0 commit comments