فهرست منبع

Update build.gradle

MaxKey 2 سال پیش
والد
کامیت
df90a4cb46
1فایلهای تغییر یافته به همراه2 افزوده شده و 33 حذف شده
  1. 2 33
      maxkey-webs/maxkey-web-maxkey/build.gradle

+ 2 - 33
maxkey-webs/maxkey-web-maxkey/build.gradle

@@ -1,38 +1,7 @@
-buildscript {
-	repositories {
-		maven { url 'https://maven.aliyun.com/nexus/content/groups/public/'}
-	}
-	dependencies {
-		//springboot jar
-		classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
-	}
-}
-
-plugins {
-	id 'java'
-	id "io.spring.dependency-management" version "1.0.11.RELEASE"
-	id 'org.springframework.boot' version "${springBootVersion}"
-}
-
-apply plugin: 'io.spring.dependency-management'
-
 description = "maxkey-web-maxkey"
 
-bootJar {
-	dependsOn jar
-	baseName = 'maxkey-boot'
-    version = "${project.version}-ga"
-    mainClass = 'org.maxkey.MaxKeyApplication'
-	manifest {
-	        attributes(
-						"Implementation-Title": project.name,
-	                	"Implementation-Vendor": project.vendor,
-	                	"Created-By": project.author,
-	                	"Implementation-Date": java.time.ZonedDateTime.now(),
-	                	"Implementation-Version": project.version
-	           )
-	    }	
-}
+//add support for Java
+apply plugin: 'java'
 
 dependencies {
 	implementation project(":maxkey-common")