Update intellij-3rd-party repo uri

This commit is contained in:
Tobias Manske 2021-09-20 10:59:58 +02:00
parent ebe89f9598
commit 8709833e1d
Signed by: tobias
GPG Key ID: D5914DC71F2F9352
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
---
title: "Compiling IntelliJ Designer Forms with Maven"
date: 2021-02-23T03:59:59+01:00
lastmod: 2021-09-20T10:58:54+02:00
categories:
- software
tags:
@ -21,6 +22,8 @@ summary: Ever wanted to compile IntelliJ IDEA GUI-Designer forms with maven? I'v
showTOC: false
---
Edit 09/2021: Updated the 3rdparty repository URL :)
In 2021 I worked in a small team of students on an old fashioned Java swing application. To design our forms rather fast, we chose to opt for the IJ-GUI designer.
That turned out to be a rather annoying mistake, trying to package the Software just hours before the deadline.We were unable to come up with a solution to compile the forms on our build server in that short time.
@ -52,7 +55,7 @@ Today I present you the fix: A minimal `pom.xml` compiling forms on the fly. A c
</repository>
<repository>
<id>jetbrains.3rdparty</id>
<url>https://dl.bintray.com/jetbrains/intellij-third-party-dependencies</url>
<url>https://cache-redirector.jetbrains.com/intellij-dependencies</url>
</repository>
</repositories>