Skip to content

Commit

Permalink
update java-lib plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Mar 12, 2024
1 parent de91390 commit d856bbd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'net.researchgate.release' version '3.0.2'
id 'ru.vyarus.quality' version '5.0.0'
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
id 'ru.vyarus.java-lib' version '2.4.0'
id 'ru.vyarus.java-lib' version '3.0.0'
id 'ru.vyarus.github-info' version '2.0.0'
id 'com.github.ben-manes.versions' version '0.51.0'
id "pl.droidsonroids.jacoco.testkit" version "1.0.12"
Expand Down Expand Up @@ -68,12 +68,12 @@ mkdocs {
]
}

pom {
maven.pom {
developers {
developer {
id 'xvik'
name 'Vyacheslav Rusakov'
email 'vyarus@gmail.com'
id = 'xvik'
name = 'Vyacheslav Rusakov'
email = 'vyarus@gmail.com'
}
}
}
Expand Down

0 comments on commit d856bbd

Please sign in to comment.