mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
github actions: test run for publishing maven packages
This commit is contained in:
parent
d8fcc1f221
commit
7884cb3bea
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ publishing {
|
||||||
bar(MavenPublication) {
|
bar(MavenPublication) {
|
||||||
groupId 'com.termux'
|
groupId 'com.termux'
|
||||||
artifactId 'terminal-emulator'
|
artifactId 'terminal-emulator'
|
||||||
version '0.106'
|
version '0.106.1'
|
||||||
artifact("$buildDir/outputs/aar/terminal-emulator-release.aar")
|
artifact("$buildDir/outputs/aar/terminal-emulator-release.aar")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ publishing {
|
||||||
bar(MavenPublication) {
|
bar(MavenPublication) {
|
||||||
groupId 'com.termux'
|
groupId 'com.termux'
|
||||||
artifactId 'terminal-view'
|
artifactId 'terminal-view'
|
||||||
version '0.106'
|
version '0.106.1'
|
||||||
artifact("$buildDir/outputs/aar/terminal-view-release.aar")
|
artifact("$buildDir/outputs/aar/terminal-view-release.aar")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue