File tree Expand file tree Collapse file tree 3 files changed +13
-14
lines changed Expand file tree Collapse file tree 3 files changed +13
-14
lines changed Original file line number Diff line number Diff line change
1
+ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2
+
1
3
plugins {
2
4
application
3
5
@@ -8,19 +10,18 @@ plugins {
8
10
kotlin(" jvm" ) version " 2.0.10"
9
11
}
10
12
11
- java.sourceCompatibility = JavaVersion .VERSION_11
12
- java.targetCompatibility = JavaVersion .VERSION_11
13
+ java.sourceCompatibility = JavaVersion .VERSION_17
14
+ java.targetCompatibility = JavaVersion .VERSION_17
13
15
14
16
repositories {
15
- mavenCentral()
16
17
gradlePluginPortal()
17
18
maven { url = uri(" https://jitpack.io" ) }
18
19
maven { url = uri(" maven-local" ) }
19
20
}
20
21
21
22
tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > {
22
- kotlinOptions {
23
- jvmTarget = " 11 "
23
+ compilerOptions {
24
+ jvmTarget.set( JvmTarget . JVM_17 )
24
25
}
25
26
}
26
27
Original file line number Diff line number Diff line change 22
22
{
23
23
"type" : " git" ,
24
24
"url" : " https://github.com/bailuk/gtk-meteo.git" ,
25
- "branch" : " 5a43ed7cb3f2bab8cdfbc2e1b845753f99d60879 "
25
+ "branch" : " c6a443d1cd72768e323ec785e21943673e79f1f4 "
26
26
},
27
27
" gradle-sources.json"
28
28
],
Original file line number Diff line number Diff line change 4
4
<id >ch.bailu.gtk_meteo</id >
5
5
<name >GTK Meteo</name >
6
6
<summary >Select location from map and show weather forecast</summary >
7
+ <developer id =" ch.bailu" >
8
+ <name >bailuk</name >
9
+ </developer >
7
10
<metadata_license >CC0-1.0</metadata_license >
8
11
<project_license >MIT</project_license >
9
12
<launchable type =" desktop-id" >ch.bailu.gtk_meteo.desktop</launchable >
18
21
<url type =" homepage" >https://github.com/bailuk/gtk-meteo/</url >
19
22
<screenshots >
20
23
<screenshot type =" default" >
24
+ <image >https://raw.githubusercontent.com/bailuk/gtk-meteo/main/screenshot.png</image >
21
25
<caption >GTK Meteo</caption >
22
- <image width =" 362" height =" 722" >
23
- https://raw.githubusercontent.com/bailuk/gtk-meteo/main/screenshot.png
24
- </image >
25
26
</screenshot >
26
27
</screenshots >
27
- <translation />
28
+ <content_rating type = " oars-1.1 " />
28
29
<releases >
30
+ <release version =" 0.2.2" date =" 2024-08-12" />
29
31
<release version =" 0.2.1" date =" 2023-09-22" />
30
32
<release version =" 0.2.0" date =" 2022-12-03" />
31
33
<release version =" 0.1.0" date =" 2022-08-05" />
32
34
</releases >
33
- <custom >
34
- <value key =" Purism::form_factor" >workstation</value >
35
- <value key =" Purism::form_factor" >mobile</value >
36
- </custom >
37
35
</component >
You can’t perform that action at this time.
0 commit comments