File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/hexlet/code Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ plugins {
33 id(" application" )
44 id(" se.patrikerdes.use-latest-versions" ) version " 0.2.19"
55 id(" com.github.ben-manes.versions" ) version " 0.53.0"
6+ id(" com.diffplug.spotless" ) version " 7.2.1"
67}
78
89group = " hexlet.code"
@@ -23,11 +24,10 @@ dependencies {
2324 testImplementation(" org.junit.jupiter:junit-jupiter" )
2425 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2526 implementation(" org.apache.commons:commons-lang3:3.19.0" )
27+ implementation(" org.hibernate.orm:hibernate-core:6.6.0.Final" )
2628}
2729
28- application {
29- mainClass.set(" hexlet.code.App" )
30- }
30+ application { mainClass.set(" hexlet.code.App" ) }
3131
3232tasks.test {
3333 useJUnitPlatform()
Original file line number Diff line number Diff line change 22
33public class App {
44 public static void main (String [] args ) {
5- System .out .println ("Hello World !" );
5+ System .out .println ("Welcome to the Brain Games !" );
66 }
77}
You can’t perform that action at this time.
0 commit comments