Skip to content

Commit

Permalink
Merge pull request #1 from marytts/upgrade-lang
Browse files Browse the repository at this point in the history
Upgrade language component
  • Loading branch information
psibre authored Feb 14, 2023
2 parents 1d3b83d + a1d409c commit bfc9edd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog
[Unreleased]
------------

### Changed

- Upgraded marytts-lang-hsb to v0.1.1

[v0.1.0] (2023-01-22)
---------------------

Expand Down
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
plugins {
id 'base'
id 'de.dfki.mary.voicebuilding.marytts-kaldi-mfa' version '0.4.0'
id 'org.m2ci.msp.flaml'
id 'org.m2ci.msp.flaml' version '0.4.0'
}

group 'de.dfki.mary'
version '0.2.0-SNAPSHOT'
description 'Upper Sorbian voice data for MaryTTS'

repositories {
mavenLocal()

exclusiveContent {
forRepository {
ivy {
Expand All @@ -35,7 +33,7 @@ configurations {

dependencies {
data group: 'de.serbski-institut', name: 'hsb_audio_data', version: '20230117', ext: 'zip'
marytts group: 'de.dfki.mary', name: 'marytts-lang-hsb', version: '0.1.0'
marytts group: 'de.dfki.mary', name: 'marytts-lang-hsb', version: '0.1.1'
}

def unpackDataTask = tasks.register('unpackData') {
Expand Down
1 change: 0 additions & 1 deletion gradle-flaml-plugin
Submodule gradle-flaml-plugin deleted from e9662c
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
rootProject.name = 'serbski-institut-hsb-data'
includeBuild 'gradle-flaml-plugin'

0 comments on commit bfc9edd

Please sign in to comment.