Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
SquirrelJME
Commits
145df7e5
Commit
145df7e5
authored
Feb 28, 2022
by
Stephanie Gawroriski
Browse files
Remove all mentions of BinTray.
parent
6e97feb5
Pipeline
#90291
passed with stages
in 1 minute and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/build.gradle
View file @
145df7e5
...
...
@@ -4,9 +4,6 @@ import org.gradle.util.VersionNumber
plugins
{
id
"de.set.ecj"
version
"1.4.1"
apply
false
id
"idea"
// For BinTray publishing, do not apply but it is used by sub-projects
id
"com.jfrog.bintray"
version
"1.8.5"
apply
false
}
group
=
"cc.squirreljme.modules"
...
...
@@ -31,7 +28,6 @@ subprojects {
apply
plugin:
"cc.squirreljme.plugin"
apply
plugin:
"idea"
apply
plugin:
"maven-publish"
apply
plugin:
"com.jfrog.bintray"
apply
plugin:
"signing"
idea
{
...
...
@@ -211,25 +207,6 @@ subprojects {
}
}
// Publishing to BinTray
bintray
{
user
=
findProperty
(
"bintrayUser"
)
?:
"bintray_user_unset!"
key
=
findProperty
(
"bintrayKey"
)
?:
"bintray_key_unset!"
publications
=
[
'maven'
]
pkg
{
repo
=
"SquirrelJME"
name
=
project
.
name
licenses
=
[
'GPL-3.0'
]
vcsUrl
=
"https://squirreljme.cc/"
version
{
name
=
normalizeMavenVersion
(
rootProject
.
version
)
}
}
}
// Signing publications
signing
{
required
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment