Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
simonh5 committed Oct 30, 2023
1 parent d938844 commit 3bb8fbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle-modify/modify_gradle.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def modify(path, version, subModules):

dependencies = f"""
classpath("edu.illinois:plugin:{version}")
"""
"""

full_buildscript = """buildscript {
repositories {
Expand All @@ -32,10 +32,10 @@ def modify(path, version, subModules):
""" % version

mavenString = """
maven {
url = uri('https://plugins.gradle.org/m2/')
}
"""
maven {
url = uri('https://plugins.gradle.org/m2/')
}
"""


lines = f2.read()
Expand Down

0 comments on commit 3bb8fbc

Please sign in to comment.