Skip to content

Commit

Permalink
Merge branch 'mvn_update' of https://github.com/AleixMT/Linux-Auto-Cu…
Browse files Browse the repository at this point in the history
…stomizer into develop
  • Loading branch information
AleixMT committed Jan 9, 2024
2 parents 1b90d76 + 94c460f commit 9be8c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/features/ideau/ideau.dat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ideau_associatedfiletypes=("text/x-java")
ideau_bashfunctions=("silentFunctionInWd")
ideau_binariesinstalledpaths=("bin/idea.sh;ideau")
ideau_downloadKeys=("bundle")
ideau_bundle_URL="https://download.jetbrains.com/idea/ideaIU-2021.3.tar.gz"
ideau_bundle_URL="https://download.jetbrains.com/idea/ideaIU-2023.3.2.tar.gz"
ideau_launcherkeynames=("launcher")
ideau_launcher_exec="ideau %f"
ideau_launcher_windowclass="jetbrains-idea"
Expand Down
2 changes: 1 addition & 1 deletion data/features/mvn/mvn.dat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ mvn_tags=("customDesktop")
mvn_systemcategories=("ConsoleOnly" "Java" "PackageManager")
mvn_binariesinstalledpaths=("bin/mvn;mvn")
mvn_downloadKeys=("bundleCompressed")
mvn_bundleCompressed_URL="https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz"
mvn_bundleCompressed_URL="https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz"
mvn_bashfunctions=("mvn.sh")

0 comments on commit 9be8c9f

Please sign in to comment.