Skip to content

Commit

Permalink
build.gradle - needs spring boot plugin to start application (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
afk11 authored Feb 17, 2022
1 parent 163cfa3 commit ab34d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
id 'java'
id 'maven-publish'
id 'eclipse'
id 'org.springframework.boot' version '2.1.9.RELEASE'
}

repositories {
Expand Down

0 comments on commit ab34d3f

Please sign in to comment.