Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
baichangda committed Jul 26, 2024
1 parent 0e53bea commit 07d8bc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ plugins {
id 'java'
id 'idea'
id 'com.vanniktech.maven.publish' version '0.29.0' apply false
id 'maven-publish'
}


subprojects {
group 'cn.bcd'
version '1.3'
version '1.4'

apply plugin: 'java-library'
apply plugin: 'java'
Expand All @@ -30,7 +29,6 @@ subprojects {
var notPublishProjects = Set.of('parser-protocol-immotors')
if (!notPublishProjects.contains(it.name)) {
apply plugin: 'com.vanniktech.maven.publish'
apply plugin: 'maven-publish'
publishing {
repositories {
maven {
Expand Down

0 comments on commit 07d8bc4

Please sign in to comment.