Skip to content

Commit 6d4771f

Browse files
committed
cleanup
1 parent 943f37b commit 6d4771f

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

build.gradle

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -69,30 +69,6 @@ signing {
6969
sign configurations.archives
7070
}
7171

72-
def pomConfig = {
73-
licenses {
74-
license {
75-
name 'MIT'
76-
url 'https://opensource.org/licenses/MIT'
77-
distribution 'repo'
78-
}
79-
}
80-
developers {
81-
developer {
82-
name 'Lars Bärtschi'
83-
84-
}
85-
developer {
86-
name 'Merlin Westphal'
87-
88-
}
89-
}
90-
91-
scm {
92-
url 'https://github.com/Twasi/obs-websocket-java'
93-
}
94-
}
95-
9672
def ossrhUsername = System.getenv('OSSRH_USERNAME')
9773
def ossrhPassword = System.getenv('OSSRH_PASSWORD')
9874

0 commit comments

Comments
 (0)