build - Prepare for 3.16.1 (#1544)
This commit is contained in:
Родитель
d45be23143
Коммит
e1325e9ac2
|
@ -4,6 +4,11 @@ All notable changes to the "vscode-gradle" extension will be documented in this
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## 3.16.1
|
||||
## What's Changed
|
||||
* enhancement - Support debug test delegation by @jdneo in https://github.com/microsoft/vscode-gradle/pull/1536
|
||||
* fix - Gradle build server cannot be started when path has spaces @Jiaaming in https://github.com/microsoft/vscode-gradle/pull/1542
|
||||
|
||||
## 3.16.0
|
||||
## What's Changed
|
||||
* performance - Merge Task Server & Build Server by @Jiaaming in https://github.com/microsoft/vscode-gradle/pull/1512
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.gradle.jdtls.ext</groupId>
|
||||
<artifactId>gradle-jdtls-ext-parent</artifactId>
|
||||
<version>0.5.0</version>
|
||||
<version>0.5.1</version>
|
||||
</parent>
|
||||
<artifactId>com.microsoft.gradle.bs.importer.tp</artifactId>
|
||||
<name>${base.name} :: Target Platform</name>
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Gradle Build Server Importer
|
||||
Bundle-SymbolicName: com.microsoft.gradle.bs.importer;singleton:=true
|
||||
Bundle-Version: 0.5.0
|
||||
Bundle-Version: 0.5.1
|
||||
Bundle-Activator: com.microsoft.gradle.bs.importer.ImporterPlugin
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.gradle.jdtls.ext</groupId>
|
||||
<artifactId>gradle-jdtls-ext-parent</artifactId>
|
||||
<version>0.5.0</version>
|
||||
<version>0.5.1</version>
|
||||
</parent>
|
||||
<artifactId>com.microsoft.gradle.bs.importer</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<groupId>com.microsoft.gradle.jdtls.ext</groupId>
|
||||
<artifactId>gradle-jdtls-ext-parent</artifactId>
|
||||
<name>${base.name} :: Parent</name>
|
||||
<version>0.5.0</version>
|
||||
<version>0.5.1</version>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<base.name>Gradle Build Server Client</base.name>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "vscode-gradle",
|
||||
"version": "3.16.0",
|
||||
"version": "3.16.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vscode-gradle",
|
||||
"version": "3.16.0",
|
||||
"version": "3.16.1",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"await-lock": "^2.2.2",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-gradle",
|
||||
"displayName": "Gradle for Java",
|
||||
"description": "Manage Gradle Projects, run Gradle tasks and provide better Gradle file authoring experience in VS Code",
|
||||
"version": "3.16.0",
|
||||
"version": "3.16.1",
|
||||
"private": true,
|
||||
"publisher": "vscjava",
|
||||
"aiKey": "b4aae7d0-c65b-4819-92bf-1d2f537ae7ce",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"main": "./dist/index.js",
|
||||
"contributes": {
|
||||
"javaExtensions": [
|
||||
"./server/com.microsoft.gradle.bs.importer-0.5.0.jar"
|
||||
"./server/com.microsoft.gradle.bs.importer-0.5.1.jar"
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче