Skip to content

Commit

Permalink
Added groupId to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-wehnert committed Aug 1, 2022
1 parent 7735038 commit 4f0526f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apply plugin: 'java-library'
apply plugin: 'eclipse'

version = '1.2.0'
group = "com.github.doip"
version = '1.2.1'

repositories {
mavenCentral()
Expand Down

0 comments on commit 4f0526f

Please sign in to comment.