Skip to content

Commit 0a36f9c

Browse files
author
Станислав Косолапов
committed
v2.5.1
1 parent b88e9d2 commit 0a36f9c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'com.clouds42'
10-
version '2.5'
10+
version '2.5.1'
1111

1212
sourceCompatibility = 11
1313

@@ -76,7 +76,7 @@ dependencies {
7676
exclude group: "org.glassfish", module: "javax.json"
7777
}
7878

79-
compile fileTree(edtLocation) { include 'com._1c.g5.v8.dt.debug.*.jar' }
79+
providedCompile fileTree(edtLocation) { include 'com._1c.g5.v8.dt.debug.*.jar' }
8080

8181
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
8282
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'

choco/coverage41c.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>Coverage41C</id>
5-
<version>2.5</version>
6-
<packageSourceUrl>https://github.com/proDOOMman/Coverage41C</packageSourceUrl>
5+
<version>2.5.1</version>
6+
<packageSourceUrl>https://github.com/1c-syntax/Coverage41C</packageSourceUrl>
77
<owners>proDOOMman</owners>
88
<title>Coverage41C (Install)</title>
99
<authors>Stanislav Kosolapov</authors>
10-
<projectUrl>https://github.com/proDOOMman/Coverage41C</projectUrl>
10+
<projectUrl>https://github.com/1c-syntax/Coverage41C</projectUrl>
1111
<copyright>2020 proDOOMman</copyright>
12-
<licenseUrl>https://raw.githubusercontent.com/proDOOMman/Coverage41C/master/LICENSE</licenseUrl>
12+
<licenseUrl>https://raw.githubusercontent.com/1c-syntax/Coverage41C/master/LICENSE</licenseUrl>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<docsUrl>https://42clouds.com/ru-ru/techdocs/raschyot-pokrytiya-koda-1C-testami.html</docsUrl>
15-
<bugTrackerUrl>https://github.com/proDOOMman/Coverage41C/issues</bugTrackerUrl>
15+
<bugTrackerUrl>https://github.com/1c-syntax/Coverage41C/issues</bugTrackerUrl>
1616
<tags>Coverage41C 1С Java</tags>
1717
<summary>Coverage tool for 1C:Enterprise</summary>
1818
<description>Coverage41C measure coverage in 1C:Enterprise applications and export them to genericCoverage.xml for SonarQube</description>

choco/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
33
$url = "https://github.com/proDOOMman/Coverage41C/releases/download/v$($env:chocolateyPackageVersion)/$($env:ChocolateyPackageName)-$($env:chocolateyPackageVersion).zip"
44

5-
$checksum = "0A3D91E605E99B6462DD1B67501BD4AE2A06F27371ADB245B38B8CAFD1E7DB34"
5+
$checksum = "FAA275EE03A79337D9FA12FF5F1FCF6A2D52E09C8C708EA5AEC6C8C8FCFC1436"
66

77
$packageArgs = @{
88
packageName = $env:ChocolateyPackageName

0 commit comments

Comments
 (0)