Skip to content

Commit

Permalink
Add smeup nexus repo due to the missing deployment of the Reload rele…
Browse files Browse the repository at this point in the history
…ase in Maven Central.
  • Loading branch information
lanarimarco committed Nov 4, 2024
1 parent 87db1ab commit ac85626
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/

//-----------------
Expand Down Expand Up @@ -58,6 +59,10 @@ subprojects {
repositories {
mavenLocal()
mavenCentral()
maven {
name 'Smeup Nexus'
url 'https://repo.smeup.cloud/nexus/repository/public/'
}
maven { url 'https://jitpack.io' }
// the sonatype repo inclusion allows to work with the reload snapshot version
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
Expand Down

0 comments on commit ac85626

Please sign in to comment.