Skip to content

Commit

Permalink
Updating package name
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Apr 7, 2024
1 parent f3e8f53 commit b5bafac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion simple-algorithms/birthday-cake-candles/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

def junitJupiterVersion = '5.10.2'

group 'com.jos.dem.kata'
group 'com.josdem.kata'
version '1.0-SNAPSHOT'

repositories {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jos.dem.kata;
package com.josdem.kata;

import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jos.dem.kata;
package com.josdem.kata;

/*
It is your birthday! And you want to make it special, so you want to keep only biggest candles in the cake
Expand Down

0 comments on commit b5bafac

Please sign in to comment.