File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,49 @@ license {
126
126
exclude(" **/*.orig" )
127
127
}
128
128
129
+ publishing {
130
+ publications {
131
+ create<MavenPublication >(" maven" ) {
132
+ artifact(tasks[" jar" ])
133
+
134
+ pom {
135
+ description.set(" Metadata read/write library for Language 1C (BSL)" )
136
+ url.set(" https://github.com/1c-syntax/mdclasses" )
137
+ licenses {
138
+ license {
139
+ name.set(" GNU LGPL 3" )
140
+ url.set(" https://www.gnu.org/licenses/lgpl-3.0.txt" )
141
+ distribution.set(" repo" )
142
+ }
143
+ }
144
+ developers {
145
+ developer {
146
+ id.set(" otymko" )
147
+ name.set(" Oleg Tymko" )
148
+
149
+ url.set(" https://github.com/otymko" )
150
+ organization.set(" 1c-syntax" )
151
+ organizationUrl.set(" https://github.com/1c-syntax" )
152
+ }
153
+ developer {
154
+ id.set(" theshadowco" )
155
+ name.set(" Valery Maximov" )
156
+
157
+ url.set(" https://github.com/theshadowco" )
158
+ organization.set(" 1c-syntax" )
159
+ organizationUrl.set(" https://github.com/1c-syntax" )
160
+ }
161
+ }
162
+ scm {
163
+ connection.set(" scm:git:git://github.com/1c-syntax/mdclasses.git" )
164
+ developerConnection.set(
" scm:git:[email protected] :1c-syntax/mdclasses.git" )
165
+ url.set(" https://github.com/1c-syntax/mdclasses" )
166
+ }
167
+ }
168
+ }
169
+ }
170
+ }
171
+
129
172
tasks.register(" precommit" ) {
130
173
description = " Run all precommit tasks"
131
174
group = " Developer tools"
You can’t perform that action at this time.
0 commit comments