update miglayout-swing from 5.3-SNAPSHOT to 5.3

This commit is contained in:
Karl Tauber
2021-04-20 21:01:55 +02:00
parent f58780d36b
commit 9bd3a68115
3 changed files with 3 additions and 24 deletions

View File

@@ -18,18 +18,11 @@ plugins {
`java-library` `java-library`
} }
repositories {
maven {
// for using MigLayout snapshot
url = uri( "https://oss.sonatype.org/content/repositories/snapshots/" )
}
}
dependencies { dependencies {
implementation( project( ":flatlaf-core" ) ) implementation( project( ":flatlaf-core" ) )
implementation( project( ":flatlaf-extras" ) ) implementation( project( ":flatlaf-extras" ) )
implementation( project( ":flatlaf-intellij-themes" ) ) implementation( project( ":flatlaf-intellij-themes" ) )
implementation( "com.miglayout:miglayout-swing:5.3-SNAPSHOT" ) implementation( "com.miglayout:miglayout-swing:5.3" )
implementation( "com.jgoodies:jgoodies-forms:1.9.0" ) implementation( "com.jgoodies:jgoodies-forms:1.9.0" )
// implementation( project( ":flatlaf-natives-jna" ) ) // implementation( project( ":flatlaf-natives-jna" ) )
} }

View File

@@ -20,13 +20,6 @@ plugins {
`java-library` `java-library`
} }
repositories {
maven {
// for using MigLayout snapshot
url = uri( "https://oss.sonatype.org/content/repositories/snapshots/" )
}
}
dependencies { dependencies {
implementation( project( ":flatlaf-core" ) ) implementation( project( ":flatlaf-core" ) )
implementation( project( ":flatlaf-extras" ) ) implementation( project( ":flatlaf-extras" ) )
@@ -36,7 +29,7 @@ dependencies {
implementation( project( ":flatlaf-demo" ) ) implementation( project( ":flatlaf-demo" ) )
// implementation( project( ":flatlaf-natives-jna" ) ) // implementation( project( ":flatlaf-natives-jna" ) )
implementation( "com.miglayout:miglayout-swing:5.3-SNAPSHOT" ) implementation( "com.miglayout:miglayout-swing:5.3" )
implementation( "com.jgoodies:jgoodies-forms:1.9.0" ) implementation( "com.jgoodies:jgoodies-forms:1.9.0" )
implementation( "org.swinglabs.swingx:swingx-all:1.6.5-1" ) implementation( "org.swinglabs.swingx:swingx-all:1.6.5-1" )
implementation( "org.swinglabs.swingx:swingx-beaninfo:1.6.5-1" ) implementation( "org.swinglabs.swingx:swingx-beaninfo:1.6.5-1" )

View File

@@ -18,18 +18,11 @@ plugins {
`java-library` `java-library`
} }
repositories {
maven {
// for using MigLayout snapshot
url = uri( "https://oss.sonatype.org/content/repositories/snapshots/" )
}
}
dependencies { dependencies {
implementation( project( ":flatlaf-core" ) ) implementation( project( ":flatlaf-core" ) )
implementation( project( ":flatlaf-extras" ) ) implementation( project( ":flatlaf-extras" ) )
implementation( "com.miglayout:miglayout-swing:5.3-SNAPSHOT" ) implementation( "com.miglayout:miglayout-swing:5.3" )
implementation( "com.fifesoft:rsyntaxtextarea:3.1.2" ) implementation( "com.fifesoft:rsyntaxtextarea:3.1.2" )
implementation( "com.fifesoft:autocomplete:3.1.1" ) implementation( "com.fifesoft:autocomplete:3.1.1" )
implementation( "com.fifesoft:rstaui:3.1.1" ) implementation( "com.fifesoft:rstaui:3.1.1" )