Skip to content

Commit

Permalink
added run task in gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Nov 23, 2024
1 parent 5358b27 commit 02c8137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ plugins {
id 'org.springframework.boot' version '3.2.3'
id 'io.spring.dependency-management' version '1.1.4'
id "com.diffplug.spotless" version "5.16.0"
id "application"
}

group = 'com.sitblueprint'
version = '0.0.1-SNAPSHOT'
mainClassName = 'com.sitblueprint.admin.BlueprintAdmin'

java {
sourceCompatibility = '17'
Expand Down

0 comments on commit 02c8137

Please sign in to comment.