We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943f37b commit 6d4771fCopy full SHA for 6d4771f
build.gradle
@@ -69,30 +69,6 @@ signing {
69
sign configurations.archives
70
}
71
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
- email '[email protected]'
84
85
86
- name 'Merlin Westphal'
87
88
89
90
-
91
- scm {
92
- url 'https://github.com/Twasi/obs-websocket-java'
93
94
-}
95
96
def ossrhUsername = System.getenv('OSSRH_USERNAME')
97
def ossrhPassword = System.getenv('OSSRH_PASSWORD')
98
0 commit comments