Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
build process changes
Browse files Browse the repository at this point in the history
  • Loading branch information
InTheCloudDan committed Oct 14, 2020
1 parent 49bbc02 commit 55058f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
36 changes: 0 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,39 +38,3 @@
### Fixed

### Security
## [0.1.7-alpha] - 2020-10-14
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security
## [0.1.6-alpha] - 2020-10-12
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security
## [0.1.5-alpha] - 2020-10-07
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ tasks {
patchPluginXml {
version(pluginVersion)
sinceBuild(pluginSinceBuild)
//untilBuild(pluginUntilBuild)
untilBuild(pluginUntilBuild)
// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
pluginDescription(closure {
File("./README.md").readText().lines().run {
Expand Down

0 comments on commit 55058f8

Please sign in to comment.