@team-supercharge/oasg 14.1.0-feature-csharp-functions-win-ffd21d9f.0 → 14.1.0-fix-android-publishing-group-998336b0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-supercharge/oasg",
3
- "version": "14.1.0-feature-csharp-functions-win-ffd21d9f.0",
3
+ "version": "14.1.0-fix-android-publishing-group-998336b0.0",
4
4
  "description": "Node-based tool to lint OpenAPI documents and generate clients, servers and documentation from them",
5
5
  "author": "Supercharge",
6
6
  "license": "MIT",
@@ -240,7 +240,7 @@ task sourceJar(type: Jar) {
240
240
  publishing {
241
241
  publications {
242
242
  maven(MavenPublication) {
243
- groupId = '{{packageName}}'
243
+ groupId = '{{groupId}}'
244
244
  artifactId = '{{artifactId}}'
245
245
  version = "{{artifactVersion}}"
246
246
  artifact(dokkaJar)