Skip to content

Commit

Permalink
v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Станислав Косолапов committed Jun 22, 2021
1 parent b88e9d2 commit 0a36f9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'com.clouds42'
version '2.5'
version '2.5.1'

sourceCompatibility = 11

Expand Down Expand Up @@ -76,7 +76,7 @@ dependencies {
exclude group: "org.glassfish", module: "javax.json"
}

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

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
Expand Down
10 changes: 5 additions & 5 deletions choco/coverage41c.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Coverage41C</id>
<version>2.5</version>
<packageSourceUrl>https://github.com/proDOOMman/Coverage41C</packageSourceUrl>
<version>2.5.1</version>
<packageSourceUrl>https://github.com/1c-syntax/Coverage41C</packageSourceUrl>
<owners>proDOOMman</owners>
<title>Coverage41C (Install)</title>
<authors>Stanislav Kosolapov</authors>
<projectUrl>https://github.com/proDOOMman/Coverage41C</projectUrl>
<projectUrl>https://github.com/1c-syntax/Coverage41C</projectUrl>
<copyright>2020 proDOOMman</copyright>
<licenseUrl>https://raw.githubusercontent.com/proDOOMman/Coverage41C/master/LICENSE</licenseUrl>
<licenseUrl>https://raw.githubusercontent.com/1c-syntax/Coverage41C/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>https://42clouds.com/ru-ru/techdocs/raschyot-pokrytiya-koda-1C-testami.html</docsUrl>
<bugTrackerUrl>https://github.com/proDOOMman/Coverage41C/issues</bugTrackerUrl>
<bugTrackerUrl>https://github.com/1c-syntax/Coverage41C/issues</bugTrackerUrl>
<tags>Coverage41C 1С Java</tags>
<summary>Coverage tool for 1C:Enterprise</summary>
<description>Coverage41C measure coverage in 1C:Enterprise applications and export them to genericCoverage.xml for SonarQube</description>
Expand Down
2 changes: 1 addition & 1 deletion choco/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = "https://github.com/proDOOMman/Coverage41C/releases/download/v$($env:chocolateyPackageVersion)/$($env:ChocolateyPackageName)-$($env:chocolateyPackageVersion).zip"

$checksum = "0A3D91E605E99B6462DD1B67501BD4AE2A06F27371ADB245B38B8CAFD1E7DB34"
$checksum = "FAA275EE03A79337D9FA12FF5F1FCF6A2D52E09C8C708EA5AEC6C8C8FCFC1436"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit 0a36f9c

Please sign in to comment.