Skip to content

Commit

Permalink
Deprecated gradle properties
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed May 10, 2024
1 parent 76d617a commit 41655fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions IOIOBridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ task distJar(type: OneJar) {
}

task zip(type: Zip, dependsOn: distJar) {
baseName = 'IOIOBridge'
version = '0103'
archiveBaseName = 'IOIOBridge'
archiveVersion = '0103'

from distJar
from('ioiobridge', 'ioiobridge.bat')
Expand Down
4 changes: 2 additions & 2 deletions IOIODude/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ task distJar(type: OneJar) {
}

task zip(type: Zip, dependsOn: distJar) {
baseName = 'IOIODude'
version = '0103'
archiveBaseName = 'IOIODude'
archiveVersion = '0103'

from distJar
from('ioiodude', 'ioiodude.bat')
Expand Down

0 comments on commit 41655fd

Please sign in to comment.